DispatcherObject Class
namespace Noesis | MSDN
Represents an object with thread affinity.
This object can be accessed only from the thread on which it was created. 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.
Properties
Name | Description |
---|---|
ThreadId | Gets the thread this DispatcherObject is associated with. Returns NoThreadId when this object is not attached to any thread. |
Dependency Property Reflection Property
Attached Properties
DispatcherObject has no attached properties
Methods
Name | Description |
---|---|
CheckAccess() | Determines whether the calling thread has access to this DispatcherObject |
VerifyAccess() | Enforces that the calling thread has access to this DispatcherObject |
Events
DispatcherObject has no events
Table of Contents