Click or drag to resize

GetAsyncResultRequest Properties

The GetAsyncResultRequest type exposes the following members.

Properties
  NameDescription
Public propertyAsyncHandle
A value that was returned from the original asynchronous method call.
Public propertyKeepResult
If true, GetAsyncResult does not remove the asynchronous result upon returning it, enabling future queries to that asyncHandle.
Top
See Also