DispatcherExtensions.Delay

Dispatcher.Delay Extension method that delay executes an action.

public static void Delay(Dispatcher disp,
	int delayMs,
	Action action,
	DispatcherPriority priority)

Parameters

disp
The Dispatcher instance

delayMs
milliseconds to delay before executing

action
Single parm action to perform ; (arg) =>

priority
Dispatcher priority to apply after delay

Overloads: