Click or drag to resize

SolidFireElementListISCSISessionsAsync Method

You can use ListISCSISessions to return iSCSI session information for the cluster.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListISCSISessionsResult

Implements

ISolidFireElementListISCSISessionsAsync(CancellationToken)
See Also