DVTk API
Wait Method (timeout)
DVTkDvtk.IheActors.BasesSemaphoreWait(UInt32)
DVTk API

[This is preliminary documentation and is subject to change.]

Wait for the semaphore to be signalled.
Declaration Syntax
C#Visual BasicVisual C++
public bool Wait(
	uint timeout
)
Public Function Wait ( _
	timeout As UInteger _
) As Boolean
public:
bool Wait(
	unsigned int timeout
)
Parameters
timeout (UInt32)
Millisecond time-out - return if time-out expires
Return Value
bool - returns true if semaphore signalled within time-out or false otherwise.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0