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 protected ISyncEventsSink CheckEventSink(
bool throwOnError = true
)
Parameters
- throwOnError (Optional)
- Type: SystemBoolean
if set to true errors can be thrown.
Return Value
Type:
ISyncEventsSinkAn instance of the synchronizer event sink.
See Also