Click or drag to resize

MultiPointSynchronizerRunJobAsync Method

Runs a job.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual Task RunJobAsync(
	StateSyncJob jobState,
	CancellationToken cancellationToken
)

Parameters

jobState
Type: callback.ShellBoost.Core.SynchronizationStateSyncJob
The job state.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Task
A task that represents the work queued.
Exceptions
ExceptionCondition
ArgumentNullExceptionjobState is null.
See Also