Share via


AsyncResult<T> Members

Include Protected Members
Include Inherited Members

The AsyncResult<T> type exposes the following members.

Properties

  Name Description
Protected property AsyncResultCallback
Public property AsyncState (Inherited from AsyncResult.)
Public property AsyncWaitHandle (Inherited from AsyncResult.)
Protected property Callback (Inherited from AsyncResult.)
Public property CompletedSynchronously (Inherited from AsyncResult.)
Public property Exception (Inherited from AsyncResult.)
Public property IsAborted (Inherited from AsyncResult.)
Public property IsCompleted (Inherited from AsyncResult.)
Public property Result

Top

Methods

  Name Description
Public method Abort (Inherited from AsyncResult.)
Public method Dispose (Inherited from AsyncResult.)
Public method End
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method InvokeCallback (Overrides AsyncResult.InvokeCallback().)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event OnAbort (Inherited from AsyncResult.)

Top