Twitterizer 2 Documentation
RemoveMember Method (tokens, ownerUsername, listId, userIdToAdd, options, timeout, function)
NamespacesTwitterizerTwitterListAsyncRemoveMember(OAuthTokens, String, String, Decimal, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterList>)>>)>)>>))
Removes the specified member from the list. The authenticated user must be the list's owner to remove members from the list.
Declaration Syntax
C#Visual Basic
public static IAsyncResult RemoveMember(
	OAuthTokens tokens,
	string ownerUsername,
	string listId,
	decimal userIdToAdd,
	OptionalProperties options,
	TimeSpan timeout,
	Action<TwitterAsyncResponse<TwitterList>> function
)
Public Shared Function RemoveMember ( _
	tokens As OAuthTokens, _
	ownerUsername As String, _
	listId As String, _
	userIdToAdd As Decimal, _
	options As OptionalProperties, _
	timeout As TimeSpan, _
	function As Action(Of TwitterAsyncResponse(Of TwitterList)) _
) As IAsyncResult
Parameters
tokens (OAuthTokens)
The tokens.
ownerUsername (String)
The owner username.
listId (String)
The list id.
userIdToAdd (Decimal)
The user id to add.
options (OptionalProperties)
The options.
timeout (TimeSpan)
The timeout.
function (Action<(Of <(<'TwitterAsyncResponse<(Of <(<'TwitterList>)>)>>)>)>)
The function.
Return Value

[Missing <returns> documentation for "M:Twitterizer.TwitterListAsync.RemoveMember(Twitterizer.OAuthTokens,System.String,System.String,System.Decimal,Twitterizer.OptionalProperties,System.TimeSpan,System.Action{Twitterizer.TwitterAsyncResponse{Twitterizer.TwitterList}})"]

Assembly: Twitterizer2.Asynchronous (Module: Twitterizer2.Asynchronous) Version: 2.4.0.37902 (2.4.0.0)