Suspends the current thread until the timer reachs the given value.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public void WaitTill(
	double time
)

Parameters

time
Type: System..::.Double
Time in seconds.

See Also