C# Class Akka.Interfaced.ActorSynchronizationContext

Inheritance: System.Threading.SynchronizationContext
Datei anzeigen Open project: SaladLab/Akka.Interfaced Class Usage Examples

Public Methods

Method 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 method

public ActorSynchronizationContext ( MessageHandleContext context ) : System
context MessageHandleContext
return System

CreateCopy() public method

public CreateCopy ( ) : SynchronizationContext
return System.Threading.SynchronizationContext

EnableSynchronousPost() public static method

public static EnableSynchronousPost ( MessageHandleContext currentAtomicContext ) : void
currentAtomicContext MessageHandleContext
return void

GetCurrentContext() public static method

public static GetCurrentContext ( ) : MessageHandleContext
return MessageHandleContext

Post() public method

public Post ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
return void

Send() public method

public Send ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
return void