Click or drag to resize

ISolidFireElementListAsyncResults Method (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#
ListAsyncResultsResult ListAsyncResults(
	string[] AsyncResultTypes = null
)

Parameters

AsyncResultTypes (Optional)
Type: SystemString

Return Value

Type: ListAsyncResultsResult
See Also