Click or drag to resize

SolidFireElementListFibreChannelSessionsAsync Method

ListFibreChannelSessions enables you to retrieve information about the active Fibre Channel sessions on a cluster.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListFibreChannelSessionsResult

Implements

ISolidFireElementListFibreChannelSessionsAsync(CancellationToken)
See Also