[Missing <summary> documentation for "T:Twitterizer.TwitterAsyncResponse`1"]
| C# | Visual Basic |
public class TwitterAsyncResponse<T> : TwitterResponse<T> where T : ITwitterObject
Public Class TwitterAsyncResponse(Of T As ITwitterObject) _ Inherits TwitterResponse(Of T)
- T
[Missing <typeparam name="T"/> documentation for "T:Twitterizer.TwitterAsyncResponse`1"]
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TwitterAsyncResponse<(Of <(<'T>)>)>()()()() | Initializes a new instance of the TwitterAsyncResponse<(Of <(<'T>)>)> class | |
| Content |
Gets the raw json or xml response provided by Twitter.
(Inherited from TwitterResponse<(Of <(<'T>)>)>.) | |
| Equals(Object) | (Inherited from Object.) | |
| ErrorMessage |
Gets or sets the error message returned by the Twitter.
(Inherited from TwitterResponse<(Of <(<'T>)>)>.) | |
| ExceptionThrown |
Gets or sets the exception.
| |
| 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.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RateLimiting |
Gets or sets the rate limiting details.
(Inherited from TwitterResponse<(Of <(<'T>)>)>.) | |
| RequestUrl |
Gets or sets the request URL.
(Inherited from TwitterResponse<(Of <(<'T>)>)>.) | |
| ResponseCached |
Gets or sets a value indicating whether the response was retrieved from a cache.
(Inherited from TwitterResponse<(Of <(<'T>)>)>.) | |
| ResponseObject |
Gets or sets the object that represents the data returned by the request to Twitter.
(Inherited from TwitterResponse<(Of <(<'T>)>)>.) | |
| Result |
Gets or sets the result of the request.
(Inherited from TwitterResponse<(Of <(<'T>)>)>.) | |
| ToAsyncResponse<(Of <<'(T>)>>)(TwitterResponse<(Of <<'(T>)>>)) | (Inherited from TwitterResponseAsyncConverterExtentions.) | |
| ToString()()()() | (Inherited from Object.) |
| Object | ||
| TwitterResponse<(Of <(<'T>)>)> | ||
| TwitterAsyncResponse<(Of <(<'T>)>)> | ||