Interface implemented by objects that are whose access to methods is being controlled by a Dispatcher.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public interface IDispatcherObject
Remarks
If you need to implement the IDispatcherObject interface in a class, consider using the DispatcherFactory class to get an implementation of the IDispatcher interface in your instance constructor.
Properties
Name | Description |
---|---|
Dispatcher | Gets the IDispatcher that controls access to methods of the current object. |