KGy SOFT Core Libraries Help
C#
VB
C++
F#
Show/Hide TOC
Hi
Res
Timer
Stop Method
Stops raising the
Elapsed
event by disabling the timer.
Definition
Namespace:
KGySoft.CoreLibraries
Assembly:
KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.0.0
C#
Copy
public
void
Stop
()
VB
Copy
Public
Sub
Stop
C++
Copy
public
:
void
Stop
()
F#
Copy
member
Stop
:
unit
->
unit
See Also
Reference
HiResTimer Class
KGySoft.CoreLibraries Namespace
In This Article
Definition
See Also