Click or drag to resize

SolidFireElementDeleteSnapMirrorEndpointsAsync Method (CancellationToken, Int64)

The SolidFire Element OS web UI uses DeleteSnapMirrorEndpoints to delete one or more SnapMirror endpoints from the system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<DeleteSnapMirrorEndpointsResult> DeleteSnapMirrorEndpointsAsync(
	CancellationToken cancellationToken,
	long[] SnapMirrorEndpointIDs
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SnapMirrorEndpointIDs
Type: SystemInt64

Return Value

Type: TaskDeleteSnapMirrorEndpointsResult

Implements

ISolidFireElementDeleteSnapMirrorEndpointsAsync(CancellationToken, Int64)
See Also