ISolidFireElementListSyncJobsAsync 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 Task<ListSyncJobsResult> ListSyncJobsAsync(
CancellationToken cancellationToken
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
Return Value
Type:
TaskListSyncJobsResultSee Also