[This is preliminary documentation and is subject to change.]
Wait for the semaphore to be signalled.
| C# | Visual Basic | Visual C++ |
public bool Wait( uint timeout )
Public Function Wait ( _ timeout As UInteger _ ) As Boolean
public: bool Wait( unsigned int timeout )
- timeout (UInt32)
- Millisecond time-out - return if time-out expires
bool - returns true if semaphore signalled within time-out or false otherwise.