Щелкните, чтобы оценить и отправить отзыв
MSDN
MSDN Library
Свернуть все/Развернуть все Свернуть все
Информация на этой странице относится к
Microsoft Visual Studio 2008/.NET Framework 3.5

Доступны также версии данного материала для:
.NET Framework Class Library
DispatcherObject Class

Represents an object that is associated with a Dispatcher.

Namespace:  System.Windows.Threading
Assembly:  WindowsBase (in WindowsBase.dll)
Visual Basic (Declaration)
Public MustInherit Class DispatcherObject
Visual Basic (Usage)
Dim instance As DispatcherObject
C#
public abstract class DispatcherObject
Visual C++
public ref class DispatcherObject abstract
JScript
public abstract class DispatcherObject
XAML
This class is abstract; see Inheritance Hierarchy for derived non-abstract classes usable in XAML.

Only the thread that the Dispatcher was created on may access the DispatcherObject directly. To access a DispatcherObject from a thread other than the thread the DispatcherObject was created on, call Invoke or BeginInvoke on the Dispatcher the DispatcherObject is associated with.

Subclasses of DispatcherObject that need to enforce thread safety can do so by calling VerifyAccess on all public methods. This guarantees the calling thread is the thread that the DispatcherObject was created on.

A DispatcherObject cannot be independently instantiated; that is, all constructors are protected.

Objects that derive from DispatcherObject have thread affinity.

Objects that derive from Freezable are free-threaded when they are frozen. For more information, see the Freezable Objects Overview.

Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

This object can be accessed only from the thread on which it was created. Attempts to access it from other threads will throw an InvalidOperationException. Invoke or BeginInvoke provide support for marshalling work to the correct thread.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Содержимое Сообщества   Что такое «Содержимое сообщества»?
Добавить содержимое RSS  Примечания
Processing
© 2009 Microsoft Corporation. Все права защищены. Условия использования | Товарные знаки | Конфиденциальность
Page view tracker