Method | Description | |
---|---|---|
ActorSynchronizationContext ( |
||
CreateCopy ( ) : |
||
EnableSynchronousPost ( |
||
GetCurrentContext ( ) : |
||
Post ( SendOrPostCallback d, object state ) : void | ||
Send ( SendOrPostCallback d, object state ) : void |
public ActorSynchronizationContext ( |
||
context | ||
return | System |
public CreateCopy ( ) : |
||
return |
public static EnableSynchronousPost ( |
||
currentAtomicContext | ||
return | void |
public static GetCurrentContext ( ) : |
||
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 |