메소드 | 설명 | |
---|---|---|
ActorSynchronizationContext ( |
||
CreateCopy ( ) : |
||
EnableSynchronousPost ( |
||
GetCurrentContext ( ) : |
||
Post ( SendOrPostCallback d, object state ) : void | ||
Send ( SendOrPostCallback d, object state ) : void |
public ActorSynchronizationContext ( |
||
context | ||
리턴 | System |
public CreateCopy ( ) : |
||
리턴 |
public static EnableSynchronousPost ( |
||
currentAtomicContext | ||
리턴 | void |
public static GetCurrentContext ( ) : |
||
리턴 |
public Post ( SendOrPostCallback d, object state ) : void | ||
d | SendOrPostCallback | |
state | object | |
리턴 | void |
public Send ( SendOrPostCallback d, object state ) : void | ||
d | SendOrPostCallback | |
state | object | |
리턴 | void |