Click or drag to resize

EndPointSynchronizerCheckEventSink Method

Checks the synchronizer event sink.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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