Click or drag to resize

SolidFireElementListSnapMirrorEndpointsAsync Method (ListSnapMirrorEndpointsRequest, CancellationToken)

The SolidFire Element OS web UI uses the ListSnapMirrorEndpoints method to list all SnapMirror endpoints that the SolidFire cluster is communicating with.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListSnapMirrorEndpointsResult> ListSnapMirrorEndpointsAsync(
	ListSnapMirrorEndpointsRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskListSnapMirrorEndpointsResult

Implements

ISolidFireElementListSnapMirrorEndpointsAsync(ListSnapMirrorEndpointsRequest, CancellationToken)
See Also