Click or drag to resize

SolidFireElementListAsyncResultsAsync Method

Overload List
  NameDescription
Public methodListAsyncResultsAsync(CancellationToken, String)
You can use ListAsyncResults to list the results of all currently running and completed asynchronous methods on the system. Querying asynchronous results with ListAsyncResults does not cause completed asyncHandles to expire; you can use GetAsyncResult to query any of the asyncHandles returned by ListAsyncResults.
Public methodListAsyncResultsAsync(ListAsyncResultsRequest, CancellationToken)
You can use ListAsyncResults to list the results of all currently running and completed asynchronous methods on the system. Querying asynchronous results with ListAsyncResults does not cause completed asyncHandles to expire; you can use GetAsyncResult to query any of the asyncHandles returned by ListAsyncResults.
Top
See Also