Click or drag to resize

ISolidFireElementGetBackupTargetAsync Method (GetBackupTargetRequest, CancellationToken)

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(
	GetBackupTargetRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskGetBackupTargetResult
See Also