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

Timer..::..WaitTimeout Method (TimeSpan, Stopwatch, Object)

Process enters monitor and waits the timeout.

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

Syntax


public static void WaitTimeout(
	TimeSpan timeout,
	Stopwatch stopwatch,
	Object monitor
)
Public Shared Sub WaitTimeout ( _
	timeout As TimeSpan, _
	stopwatch As Stopwatch, _
	monitor As Object _
)
public:
static void WaitTimeout(
	TimeSpan^ timeout, 
	Stopwatch^ stopwatch, 
	Object^ monitor
)

Parameters

timeout
Type: TimeSpan
timeout to wait TimeSpan
stopwatch
Type: Stopwatch
Stopwatch ( Stopwatch)that is used for time messaurement.
monitor
Type: Object
The monitor. Class witch is a monitor protecting recurses