Click or drag to resize

ISyncStateProviderRemoveEndPoint Method

Removes an endpoint from the state. This can be used to delete some state from the state provider.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
void RemoveEndPoint(
	EndPointSynchronizer synchronizer,
	EndPointSynchronizerOptions options = null
)

Parameters

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