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

IActor Interface

Interface implemented by the ActorAttribute aspect.

Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public interface IActor : IDispatcherObject, IThreadAware

Properties

Name Description
Dispatcher

Gets the IActorDispatcher for the current actor.

Extension Methods

ThreadAwareExtensions.AcquireAccess(IThreadAware, ObjectAccessLevel)
ThreadAwareExtensions.AcquireAccess(IThreadAware, ObjectAccessLevel, ref ConcurrentAccessToken)
ThreadAwareExtensions.AcquireAccessAsync(IThreadAware, ObjectAccessLevel)