Click or drag to resize

SolidFireElementGetAPIAsync Method

You can use the GetAPI method to return a list of all the API methods and supported API endpoints that can be used in the system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetAPIResult> GetAPIAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetAPIResult

Implements

ISolidFireElementGetAPIAsync(CancellationToken)
See Also