DispatcherObject Class
Represents an object that is associated with a dispatcher.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public abstract class DispatcherObject
Remarks
Subclasses of the DispatcherObject class should enforce thread safety by calling the Dispatcher.VerifyAccess method in all of their public methods. This guarantees that the calling thread is the thread on which the current DispatcherObject object was created.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.