Click or drag to resize

AsyncResultT Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The AsyncResultT generic type exposes the following members.

Properties
  NameDescription
Public propertyAsyncState
The user object that is associated with the operation.
Public propertyAsyncWaitHandle
A handle that may be used to wait for the operation to complete.
Public propertyCompletedSynchronously
Whether the operation completed synchronously.
Public propertyException
This is an exception thrown by the asynchronous operation, if any. If no exception is thrown, will be null.
Public propertyIsCompleted
Whether the operation is complete.
Public propertyResult
The result of the operation.
Top
See Also