Click or drag to resize

ISolidFireElementGetBackupTargetAsync Method (CancellationToken, Int64)

GetBackupTarget enables you to return information about a specific backup target that you have created.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<GetBackupTargetResult> GetBackupTargetAsync(
	CancellationToken cancellationToken,
	long BackupTargetID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
BackupTargetID
Type: SystemInt64

Return Value

Type: TaskGetBackupTargetResult
See Also