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.171 -- Release Build+1fadf9883481af612a0ac41fa386e4d8235ed765
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