PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingIActor­Dispatcher
Open sandboxFocus

IActorDispatcher Interface

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 true, allowing any access to the object. This mechanism allows the actor constructor to have full access on itself.