Click or drag to resize

ISolidFireElementListAsyncResultsAsync Method (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.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<ListAsyncResultsResult> ListAsyncResultsAsync(
	ListAsyncResultsRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiListAsyncResultsRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListAsyncResultsResult
See Also