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

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

Waits the timeout.

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

Syntax


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

Parameters

timeout
Type: TimeSpan
timeout to wait TimeSpan
stopwatch
Type: Stopwatch
Stopwatch ( Stopwatch)that is used for time measurement.