Click or drag to resize

ISyncStateProviderAddEndPoint Method

Adds an endpoint to the state. This can be used by the state provider to prepare needed internal structure.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
void AddEndPoint(
	EndPointSynchronizer synchronizer,
	EndPointSynchronizerOptions options = null
)

Parameters

synchronizer
Type: callback.ShellBoost.Core.SynchronizationEndPointSynchronizer
The synchronizer.
options (Optional)
Type: callback.ShellBoost.Core.SynchronizationEndPointSynchronizerOptions
The options.
See Also