Click or drag to resize

SyncContext Constructor

Initializes a new instance of the SyncContext class.

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

Parameters

synchronizer
Type: 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: ShellBoost.Core.SynchronizationIProgressSink
An optional progress sink for gathering operation feedback.
See Also