Removes the specified member from the list. The authenticated user must be the list's owner to remove members from the list.
| 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
- 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.
[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}})"]