Click or drag to resize

ISolidFireElementListProtocolEndpointsAsync Method (CancellationToken, Guid)

ListProtocolEndpoints enables you to retrieve information about all protocol endpoints in the cluster. Protocol endpoints govern access to their associated virtual volume storage containers.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<ListProtocolEndpointsResult> ListProtocolEndpointsAsync(
	CancellationToken cancellationToken,
	Guid[] ProtocolEndpointIDs = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
ProtocolEndpointIDs (Optional)
Type: SystemGuid

Return Value

Type: TaskListProtocolEndpointsResult
See Also