Click or drag to resize

MultiPointSynchronizerNewContext Method

Creates a new SyncContext.

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

Parameters

invoker (Optional)
Type: SystemObject
The optional 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.

Return Value

Type: SyncContext
An instance of the SyncContext type.
See Also