[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Stop internal clock.
Namespace: net.esper.timer
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub StopInternalClock ( _ warnIfNotStarted As Boolean _ ) |
C# |
---|
void StopInternalClock ( bool warnIfNotStarted ) |
Visual C++ |
---|
void StopInternalClock ( bool warnIfNotStarted ) |
Parameters
- warnIfNotStarted
- System.Boolean
use true to indicate whether to warn if the clock is not Started, use false to not warn and expect the clock to be not Started.