Click or drag to resize

EndPointSynchronizerCheckEventSink Method

Checks the synchronizer event sink.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected ISyncEventsSink CheckEventSink(
	bool throwOnError = true
)

Parameters

throwOnError (Optional)
Type: SystemBoolean
if set to true errors can be thrown.

Return Value

Type: ISyncEventsSink
An instance of the synchronizer event sink.
See Also