Click or drag to resize
AsyncResult Properties

The AsyncResult type exposes the following members.

Properties
  NameDescription
Public propertyAsyncState (Inherited from AsyncResultT.)
Public propertyAsyncWaitHandle (Inherited from AsyncResultT.)
Public propertyCanBeCancelled (Inherited from AsyncResultT.)
Public propertyCompletedSynchronously (Inherited from AsyncResultT.)
Public propertyException
Exception which was raised by async operation.
(Inherited from AsyncResultT.)
Public propertyIsCancelled (Inherited from AsyncResultT.)
Public propertyIsCompleted (Inherited from AsyncResultT.)
Public propertyResult
Result of async opperation.
(Inherited from AsyncResultT.)
Top
See Also