Gemstone Threading Library
C#
VB
C++
JavaScript
Show/Hide TOC
Shared
Timer
Close Method
Stops the timer.
Definition
Namespace:
Gemstone.Threading
Assembly:
Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.137 -- Release Build+241897d8e370542c4e111be073532bb8b8e15519
C#
Copy
View Source
Request Example
public
void
Close
()
VB
Copy
View Source
Request Example
Public
Sub
Close
C++
Copy
View Source
Request Example
public
:
void
Close
()
JavaScript
Copy
View Source
Request Example
function
Close
();
See Also
Reference
SharedTimer Class
Gemstone.Threading Namespace
In This Article
Definition
See Also