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#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void WaitTillCount(
	long time
)

Parameters

time
Type: System..::.Int64
Time in the count of pulses.

See Also