Augments the IDispatcher interface with an Initialize() method, which is invoked after the actor constructor has been invoked.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public interface IActorDispatcher : IDispatcher
Methods
Name | Description |
---|---|
Initialize() | Indicates that the controller should start enforcing access. Before this method is invoked, the CheckAccess()
method should always return |