Click or drag to resize

SolidFireElementListFibreChannelPortInfoAsync Method

ListFibreChannelPortInfo enables you to retrieve information about the Fibre Channel ports on a node. The API method is intended for use on individual nodes; userid and password authentication is required for access to individual Fibre Channel nodes.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListFibreChannelPortInfoResult

Implements

ISolidFireElementListFibreChannelPortInfoAsync(CancellationToken)
See Also