Click or drag to resize

AsyncHandle Properties

The AsyncHandle type exposes the following members.

Properties
  NameDescription
Public propertyAsyncResultID
The ID of the result.
Public propertyCompleted
Returns true if it is completed and false if it isn't.
Public propertyCreateTime
The time at which the asyncronous result was created
Public propertyData
Attributes related to the result
Public propertyLastUpdateTime
Time at which the result was last updated
Public propertyResultType
The type of result. Could be Clone, DriveAdd, etc.
Public propertySuccess
Returns whether the result was a success or failure.
Top
See Also