Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight 3
 Dispatcher Property
Collapse All/Expand All Collapse All
.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)
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.

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

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

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker