Click or drag to resize

EndPointSynchronizerRunJobAsync Method

Runs a job. Running a job means its changes will be processed.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual Task RunJobAsync(
	SyncJob job,
	CancellationToken cancellationToken
)

Parameters

job
Type: ShellBoost.Core.SynchronizationSyncJob
The job.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

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