EndPointSynchronizerCheckEventSink Method |
Checks the synchronizer event sink.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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