Click or drag to resize

wclMessageBroadcasterWait Method

Overload List
 NameDescription
Public methodStatic memberWait(IntPtr) Waits until the specified event is in the signaled state.
Public methodStatic memberWait(WaitHandle) Waits until the specified event is in the signaled state.
Public methodStatic memberWait(IntPtr, UInt32) Waits until the specified event is in the signaled state or the time-out interval elapses.
Public methodStatic memberWait(IntPtr, UInt32) Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses.
Public methodStatic memberWait(WaitHandle, UInt32) Waits until the specified event is in the signaled state or the time-out interval elapses.
Public methodStatic memberWait(WaitHandle, UInt32) Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses.
Public methodStatic memberWait(IntPtr, UInt32, UInt32) Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses.
Public methodStatic memberWait(WaitHandle, UInt32, UInt32) Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses.
Top
See Also