Click or drag to resize

SolidFireElementListProtocolEndpointsAsync Method (ListProtocolEndpointsRequest, CancellationToken)

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#
public Task<ListProtocolEndpointsResult> ListProtocolEndpointsAsync(
	ListProtocolEndpointsRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiListProtocolEndpointsRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListProtocolEndpointsResult

Implements

ISolidFireElementListProtocolEndpointsAsync(ListProtocolEndpointsRequest, CancellationToken)
See Also