Méthode | 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 |
Méthode | Description | |
---|---|---|
Consume ( object state ) : void |
public ActorSynchronizationContext ( |
||
subContext | The synchronization context that actions will be run on. Defaults to the thread pool when null. | |
Résultat | System |
public CreateCopy ( ) : |
||
Résultat |
public Post ( SendOrPostCallback d, object state ) : void | ||
d | SendOrPostCallback | |
state | object | |
Résultat | void |
public Send ( SendOrPostCallback d, object state ) : void | ||
d | SendOrPostCallback | |
state | object | |
Résultat | void |