Table of Contents

Class DispatcherObject

Namespace
Alternet.UI.Threading
Assembly
Alternet.UI.dll

A DispatcherObject is an object associated with a Dispatcher. A DispatcherObject instance should only be access by the dispatcher's thread.

public abstract class DispatcherObject : DisposableObject, IBaseObject, IDisposableObject, IDisposable
Inheritance
DispatcherObject
Implements
Derived

Remarks

Subclasses of DispatcherObject should enforce thread safety by calling VerifyAccess on all their public methods to ensure the calling thread is the appropriate thread.

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

Constructors

DispatcherObject()

Instantiate this object associated with the current Dispatcher.