Click or drag to resize
IFlightSimulatorXPresenterProviderTimedInvokeOnBackgroundThread Method
Invoke the callback on a background thread after a non-blocking pause of so-many milliseconds.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void TimedInvokeOnBackgroundThread(
	Action callback,
	int milliseconds
)

Parameters

callback
Type: SystemAction
milliseconds
Type: SystemInt32
See Also