Method | Description | |
---|---|---|
ActorSynchronizationContext ( |
Creates a new exclusive synchronization context, which runs callbacks on either an optional non-null context or else the thread pool.
|
|
CreateCopy ( ) : |
||
Post ( SendOrPostCallback d, object state ) : void | ||
Send ( SendOrPostCallback d, object state ) : void |
Method | Description | |
---|---|---|
Consume ( object state ) : void |
public ActorSynchronizationContext ( |
||
subContext | The synchronization context that actions will be run on. Defaults to the thread pool when null. | |
return | System |
public CreateCopy ( ) : |
||
return |
public Post ( SendOrPostCallback d, object state ) : void | ||
d | SendOrPostCallback | |
state | object | |
return | void |
public Send ( SendOrPostCallback d, object state ) : void | ||
d | SendOrPostCallback | |
state | object | |
return | void |