WaitHandle

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(HANDLE h, bool owned)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
waitOne
void waitOne(DWORD msTimeout)
Undocumented in source. Be warned that the author may not have intended to support it.
waitOne
void waitOne()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

INVALID_HANDLE
enum INVALID_HANDLE;
Undocumented in source.
WAIT_TIMEOUT
enum WAIT_TIMEOUT;
Undocumented in source.

Properties

handle
HANDLE handle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
handle
HANDLE handle [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

waitAll
void waitAll(WaitHandle[] handles)
Undocumented in source. Be warned that the author may not have intended to support it.
waitAll
void waitAll(WaitHandle[] handles, DWORD msTimeout)
Undocumented in source. Be warned that the author may not have intended to support it.
waitAny
int waitAny(WaitHandle[] handles)
Undocumented in source. Be warned that the author may not have intended to support it.
waitAny
int waitAny(WaitHandle[] handles, DWORD msTimeout)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta