Click or drag to resize

MultiPointSynchronizerEnsureParentCreationJob Method

Ensures there is a parent creation job for this change.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual bool EnsureParentCreationJob(
	SyncJobChange jobChange,
	out SyncJob job
)

Parameters

jobChange
Type: callback.ShellBoost.Core.SynchronizationSyncJobChange
The job change.
job
Type: callback.ShellBoost.Core.SynchronizationSyncJob
The existing job if found. May be null if no job is needed or job is not yet created.

Return Value

Type: Boolean
true if the job exists or was created.
Exceptions
ExceptionCondition
ArgumentNullExceptionjobChange is null.
See Also