Class DispatcherObject
Implements thread safety for all controls.
Inheritance
System.Object
DispatcherObject
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface.Threading
Assembly: EmptyKeys.UserInterface.dll
Syntax
public abstract class DispatcherObject
Constructors
DispatcherObject()
Initializes a new instance of the DispatcherObject class.
Declaration
protected DispatcherObject()
Properties
Dispatcher
Gets dispatcher instance.
Declaration
public Dispatcher Dispatcher { get; }
Property Value
Type | Description |
---|---|
Dispatcher | Dispatcher instance for this dispatcher object |
Methods
VerifyAccess()
Verifies that caller's thread has access to this object.
Declaration
public void VerifyAccess()