Click or drag to resize

SolidFireElementListUtilitiesAsync Method

You can use the ListUtilities API method to return the operations that are available to run on a node. Note: This method is available only through the per-node API endpoint 5.0 or later.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListUtilitiesResult

Implements

ISolidFireElementListUtilitiesAsync(CancellationToken)
See Also