ScriptObject.Dispatcher Property
Silverlight
Gets an instance of the dispatcher.
Namespace: System.Windows.Browser
Assembly: System.Windows.Browser (in System.Windows.Browser.dll)
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public Dispatcher Dispatcher { get; }
Property Value
Type: System.Windows.Threading.DispatcherThe dispatcher associated with the user interface (UI) thread.
The Silverlight plug-in instance is controlled by a single user interface (UI) thread.
This property returns an instance of the dispatcher that can be used to dispatch property and method invocations to the ScriptObject instance from a non-UI thread.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.