Gemstone Threading Library
C#
VB
C++
JavaScript
Show/Hide TOC
Logical
Thread
Clear Method
Clears all actions from the logical thread.
Definition
Namespace:
Gemstone.Threading.LogicalThreads
Assembly:
Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.166 -- Release Build+55b93eb16d4a5b73f01a183dc992e29d98627d25
C#
Copy
View Source
Request Example
public
void
Clear
()
VB
Copy
View Source
Request Example
Public
Sub
Clear
C++
Copy
View Source
Request Example
public
:
void
Clear
()
JavaScript
Copy
View Source
Request Example
function
Clear
();
See Also
Reference
LogicalThread Class
Gemstone.Threading.LogicalThreads Namespace
In This Article
Definition
See Also