Click or drag to resize
AsyncResultT Properties

The AsyncResultT generic type exposes the following members.

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