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.128 -- Release Build+d4a9a653be1def5888b9be91bb1825c8655f3529
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