Click or drag to resize

ISolidFireElement.DeleteSnapMirrorEndpointsAsync 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#
Task<DeleteSnapMirrorEndpointsResult> DeleteSnapMirrorEndpointsAsync(
	CancellationToken cancellationToken,
	long[] SnapMirrorEndpointIDs
)

Parameters

cancellationToken
Type: System.Threading.CancellationToken
SnapMirrorEndpointIDs
Type:System.Int64[]

Return Value

Type: Task<DeleteSnapMirrorEndpointsResult>
See Also