Click or drag to resize

EndPointSynchronizerSendEvents Method (CancellationToken)

Sends the accumulated events and update the differential state.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void SendEvents(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.
See Also