Returns detailed information about the relationship between two users.
| C# | Visual Basic |
public static IAsyncResult Show( OAuthTokens tokens, string targetUserName, OptionalProperties options, TimeSpan timeout, Action<TwitterAsyncResponse<TwitterRelationship>> function )
Public Shared Function Show ( _ tokens As OAuthTokens, _ targetUserName As String, _ options As OptionalProperties, _ timeout As TimeSpan, _ function As Action(Of TwitterAsyncResponse(Of TwitterRelationship)) _ ) As IAsyncResult
- tokens (OAuthTokens)
- The tokens.
- targetUserName (String)
- The target user name.
- options (OptionalProperties)
- The options.
- timeout (TimeSpan)
- The timeout.
- function (Action<(Of <(<'TwitterAsyncResponse<(Of <(<'TwitterRelationship>)>)>>)>)>)
- The callback function.
[Missing <returns> documentation for "M:Twitterizer.TwitterFriendshipAsync.Show(Twitterizer.OAuthTokens,System.String,Twitterizer.OptionalProperties,System.TimeSpan,System.Action{Twitterizer.TwitterAsyncResponse{Twitterizer.TwitterRelationship}})"]