Click or drag to resize

MultiPointSynchronizerStop Method

Stops the specified wait timeout.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool Stop(
	int waitTimeout = 0
)

Parameters

waitTimeout (Optional)
Type: SystemInt32
The optional wait timeout. Pass 0 to no wait.

Return Value

Type: Boolean
true if a wait was successful; otherwise false.
See Also