Twitterizer 2 Documentation
TwitterStatusAsync Class
NamespacesTwitterizerTwitterStatusAsync

[Missing <summary> documentation for "T:Twitterizer.TwitterStatusAsync"]

Declaration Syntax
C#Visual Basic
public static class TwitterStatusAsync
Public NotInheritable Class TwitterStatusAsync
Members
All MembersMethods



IconMemberDescription
Delete(OAuthTokens, Decimal, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterStatus>)>>)>)>>))
Deletes the specified status.

Retweet(OAuthTokens, Decimal, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterStatus>)>>)>)>>))
Retweets a tweet. Requires the id parameter of the tweet you are retweeting. (say that 5 times fast)

Retweets(OAuthTokens, Decimal, RetweetsOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterStatusCollection>)>>)>)>>))
Returns up to 100 of the first retweets of a given tweet.

Show(OAuthTokens, Decimal, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterStatus>)>>)>)>>))
Returns a single status, with user information, specified by the id parameter.

Update(OAuthTokens, String, StatusUpdateOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterStatus>)>>)>)>>))
Updates the authenticating user's status. A status update with text identical to the authenticating user's text identical to the authenticating user's current status will be ignored to prevent duplicates.

Inheritance Hierarchy
Object
TwitterStatusAsync

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