Click or drag to resize

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

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListAsyncResultsResult> ListAsyncResultsAsync(
	CancellationToken cancellationToken,
	string[] AsyncResultTypes = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
AsyncResultTypes (Optional)
Type: SystemString

Return Value

Type: TaskListAsyncResultsResult

Implements

ISolidFireElementListAsyncResultsAsync(CancellationToken, String)
See Also