Click or drag to resize

ISolidFireElementListSnapMirrorEndpointsAsync Method (CancellationToken, Int64)

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#
Task<ListSnapMirrorEndpointsResult> ListSnapMirrorEndpointsAsync(
	CancellationToken cancellationToken,
	long[] SnapMirrorEndpointIDs = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SnapMirrorEndpointIDs (Optional)
Type: SystemInt64

Return Value

Type: TaskListSnapMirrorEndpointsResult
See Also