Click or drag to resize

SolidFireElementGetPendingOperationAsync Method

You can use GetPendingOperation to detect an operation on a node that is currently in progress. You can also use this method to report back when an operation has completed. Note: 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<GetPendingOperationResult> GetPendingOperationAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetPendingOperationResult

Implements

ISolidFireElementGetPendingOperationAsync(CancellationToken)
See Also