Click or drag to resize

ISolidFireElementGetVolumeCountAsync Method

GetVolumeCount enables you to retrieve the number of volumes currently in the system.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetVolumeCountResult
See Also