Click or drag to resize

EndPointSynchronizerApplyMovedChangeAsync Method

Applies a moved change.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual Task<ApplyChangeStatus> ApplyMovedChangeAsync(
	SyncJobChange jobChange,
	CancellationToken cancellationToken
)

Parameters

jobChange
Type: ShellBoost.Core.SynchronizationSyncJobChange
The job change.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskApplyChangeStatus
The application status.
Exceptions
ExceptionCondition
ArgumentNullExceptionjobChange is null.
See Also