Click or drag to resize

SolidFireElementModifySnapshotAsync Method (ModifySnapshotRequest, CancellationToken)

ModifySnapshot enables you to change the attributes currently assigned to a snapshot. You can use this method to enable snapshots created on the Read/Write (source) volume to be remotely replicated to a target SolidFire storage system.

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

Parameters

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

Return Value

Type: TaskModifySnapshotResult

Implements

ISolidFireElementModifySnapshotAsync(ModifySnapshotRequest, CancellationToken)
See Also