Click or drag to resize

MultiPointSynchronizerNewContext Method

Creates a new SyncContext.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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: callback.ShellBoost.Core.SynchronizationIProgressSink
An optional progress sink for gathering operation feedback.

Return Value

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