.NET Framework Class Library for Silverlight
DependencyObject..::.Dispatcher Property

Gets the Dispatcher this object is associated with.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property Dispatcher As Dispatcher
    Get
Visual Basic (Usage)
Dim instance As DependencyObject
Dim value As Dispatcher

value = instance.Dispatcher
C#
public Dispatcher Dispatcher { get; }

Property Value

Type: System.Windows.Threading..::.Dispatcher
The Dispatcher this object is associated with.
Remarks

Only the thread the Dispatcher was created on may access the object.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Tags :


Page view tracker