NoesisGUI

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.

Inheritance Hierarchy

DispatcherObject

INDEX Class Hierarchy Index

Properties


Name Description
RO ThreadId Gets the thread this DispatcherObject is associated with. Returns NoThreadId when this object is not attached to any thread.

DP_ Dependency Property      RO_ Read-only


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

© 2017 Noesis Technologies