Click or drag to resize

SolidFireElementListSyncJobsAsync Method

ListSyncJobs returns information about synchronization jobs that are running on a SolidFire cluster. The type of synchronization jobs that are returned with this method are block, slice, clone, and remote.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListSyncJobsResult> ListSyncJobsAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListSyncJobsResult

Implements

ISolidFireElementListSyncJobsAsync(CancellationToken)
See Also