Click or drag to resize

MultiPointSynchronizer Constructor

Initializes a new instance of the MultiPointSynchronizer class.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public MultiPointSynchronizer(
	string identifier,
	ISyncStateProvider stateProvider = null,
	MultiPointSynchronizerOptions options = null
)

Parameters

identifier
Type: SystemString
The identifier. It must be stable and globally unique for a given account on a machine, so it could be a Guid or like a .NET namespace.
stateProvider (Optional)
Type: callback.ShellBoost.Core.SynchronizationISyncStateProvider
The state provider.
options (Optional)
Type: callback.ShellBoost.Core.SynchronizationMultiPointSynchronizerOptions
The options.
Exceptions
ExceptionCondition
ArgumentNullExceptionidentifier is null.
See Also