Click or drag to resize

SyncContext Constructor

Initializes a new instance of the SyncContext class.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public SyncContext(
	MultiPointSynchronizer synchronizer,
	Object invoker = null,
	IDictionary<string, Object> invokerProperties = null,
	IProgressSink progressSink = null
)

Parameters

synchronizer
Type: callback.ShellBoost.Core.SynchronizationMultiPointSynchronizer
The synchronizer.
invoker (Optional)
Type: SystemObject
The invoker.
invokerProperties (Optional)
Type: System.Collections.GenericIDictionaryString, Object
The invoker-specific properties.
progressSink (Optional)
Type: callback.ShellBoost.Core.SynchronizationIProgressSink
An optional progress sink for gathering operation feedback.
See Also