AsyncResult<T> Members
Include Protected Members
Include Inherited Members
The AsyncResult<T> type exposes the following members.
Constructors
Top
Properties
Name | Description | |
---|---|---|
AsyncResultCallback | ||
AsyncState | (Inherited from AsyncResult.) | |
AsyncWaitHandle | (Inherited from AsyncResult.) | |
Callback | (Inherited from AsyncResult.) | |
CompletedSynchronously | (Inherited from AsyncResult.) | |
Exception | (Inherited from AsyncResult.) | |
IsAborted | (Inherited from AsyncResult.) | |
IsCompleted | (Inherited from AsyncResult.) | |
Result |
Top
Methods
Name | Description | |
---|---|---|
Abort | (Inherited from AsyncResult.) | |
Dispose | (Inherited from AsyncResult.) | |
End | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InvokeCallback | (Overrides AsyncResult.InvokeCallback().) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top