Click or drag to resize

SolidFireElementListSnapMirrorPoliciesAsync Method (CancellationToken, NullableInt64)

The SolidFire Element OS web UI uses the ListSnapMirrorPolicies method to list all SnapMirror policies on a remote ONTAP system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListSnapMirrorPoliciesResult> ListSnapMirrorPoliciesAsync(
	CancellationToken cancellationToken,
	Nullable<long> SnapMirrorEndpointID = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SnapMirrorEndpointID (Optional)
Type: SystemNullableInt64

Return Value

Type: TaskListSnapMirrorPoliciesResult

Implements

ISolidFireElementListSnapMirrorPoliciesAsync(CancellationToken, NullableInt64)
See Also