MultiPointSynchronizerStop Method |
Stops the specified wait timeout.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual bool Stop(
int waitTimeout = 0
)
Parameters
- waitTimeout (Optional)
- Type: SystemInt32
The optional wait timeout. Pass 0 to no wait.
Return Value
Type:
Booleantrue if a wait was successful; otherwise false.
See Also