메소드 | 설명 | |
---|---|---|
NetMQSynchronizationContext ( |
||
Post ( SendOrPostCallback d, object state ) : void |
Dispatches an asynchronous message to a synchronization context.
|
|
Send ( SendOrPostCallback d, object state ) : void |
Dispatches a synchronous message to a synchronization context.
|
public NetMQSynchronizationContext ( |
||
poller | ||
리턴 | System |
public Post ( SendOrPostCallback d, object state ) : void | ||
d | SendOrPostCallback | |
state | object | |
리턴 | void |
public Send ( SendOrPostCallback d, object state ) : void | ||
d | SendOrPostCallback | |
state | object | |
리턴 | void |