SnapDB Library
C#
VB
C++
JavaScript
Show/Hide TOC
Safe
Manual
Reset
Event
Wait
One Method
Blocks the current thread until
Set
or
Dispose
is called.
Definition
Namespace:
SnapDB.Threading
Assembly:
SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
C#
Copy
View Source
Request Example
public
void
WaitOne
()
VB
Copy
View Source
Request Example
Public
Sub
WaitOne
C++
Copy
View Source
Request Example
public
:
void
WaitOne
()
JavaScript
Copy
View Source
Request Example
function
WaitOne
();
See Also
Reference
SafeManualResetEvent Class
SnapDB.Threading Namespace
In This Article
Definition
See Also