The Twitter Rate Limit Status Async class
| C# | Visual Basic |
public class TwitterRateLimitStatusAsync
Public Class TwitterRateLimitStatusAsync
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| TwitterRateLimitStatusAsync()()()() | Initializes a new instance of the TwitterRateLimitStatusAsync class | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetStatus(OAuthTokens, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterRateLimitStatus>)>>)>)>>)) |
Gets the rate limiting status status for the authenticated user.
| |
| GetStatus(OAuthTokens, TimeSpan, Action<(Of <<'(TwitterResponse<(Of <<'(TwitterRateLimitStatus>)>>)>)>>)) |
Gets the rate limiting status status based on the application's IP address.
| |
| GetStatus(TimeSpan, Action<(Of <<'(TwitterResponse<(Of <<'(TwitterRateLimitStatus>)>>)>)>>)) |
Gets the rate limiting status status based on the application's IP address.
| |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| TwitterRateLimitStatusAsync | |