UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

EventWaitHandleTimeOut..::..WaitOne Method

Blocks the current thread until the current EventWaitHandleTimeOut receives a signal.

Namespace:  UAOOI.ProcessObserver.RealTime.Processes
Assembly:  RealTime (in RealTime.dll)

Syntax


public virtual bool WaitOne(
	int millisecondsTimeout
)
Public Overridable Function WaitOne ( _
	millisecondsTimeout As Integer _
) As Boolean
public:
virtual bool^ WaitOne(
	int^ millisecondsTimeout
)

Parameters

millisecondsTimeout
Type: Int32
The number of milliseconds to wait for the signal.

Return Value

true if the current instance receives a signal; otherwise, false.