C# Class Akka.Interfaced.ActorSynchronizationContext

Inheritance: System.Threading.SynchronizationContext
Afficher le fichier Open project: SaladLab/Akka.Interfaced Class Usage Examples

Méthodes publiques

Méthode Description
ActorSynchronizationContext ( MessageHandleContext context ) : System
CreateCopy ( ) : SynchronizationContext
EnableSynchronousPost ( MessageHandleContext currentAtomicContext ) : void
GetCurrentContext ( ) : MessageHandleContext
Post ( SendOrPostCallback d, object state ) : void
Send ( SendOrPostCallback d, object state ) : void

Method Details

ActorSynchronizationContext() public méthode

public ActorSynchronizationContext ( MessageHandleContext context ) : System
context MessageHandleContext
Résultat System

CreateCopy() public méthode

public CreateCopy ( ) : SynchronizationContext
Résultat System.Threading.SynchronizationContext

EnableSynchronousPost() public static méthode

public static EnableSynchronousPost ( MessageHandleContext currentAtomicContext ) : void
currentAtomicContext MessageHandleContext
Résultat void

GetCurrentContext() public static méthode

public static GetCurrentContext ( ) : MessageHandleContext
Résultat MessageHandleContext

Post() public méthode

public Post ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
Résultat void

Send() public méthode

public Send ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
Résultat void