Click or drag to resize
IFlightSimulatorXPresenterProvider Interface
The interface for objects that abstract away the environment for IFlightSimulatorXPresenters.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IFlightSimulatorXPresenterProvider

The IFlightSimulatorXPresenterProvider type exposes the following members.

Methods
  NameDescription
Public methodTimedInvokeOnBackgroundThread
Invoke the callback on a background thread after a non-blocking pause of so-many milliseconds.
Top
See Also