Twitterizer 2 Documentation
TwitterAsyncResponse<(Of <(<'T>)>)> Class
NamespacesTwitterizerTwitterAsyncResponse<(Of <(<'T>)>)>

[Missing <summary> documentation for "T:Twitterizer.TwitterAsyncResponse`1"]

Declaration Syntax
C#Visual Basic
public class TwitterAsyncResponse<T> : TwitterResponse<T>
where T : ITwitterObject
Public Class TwitterAsyncResponse(Of T As ITwitterObject) _
	Inherits TwitterResponse(Of T)
Generic Template Parameters
T

[Missing <typeparam name="T"/> documentation for "T:Twitterizer.TwitterAsyncResponse`1"]

Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
TwitterResponse<(Of <(<'T>)>)>
 TwitterAsyncResponse<(Of <(<'T>)>)>

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