메소드 | 설명 | |
---|---|---|
Post ( SendOrPostCallback d, object state ) : void |
Dispatches an asynchronous message to the synchronization context.
|
|
Send ( SendOrPostCallback d, object state ) : void |
Dispatches a synchronous message to the synchronization context.
|
메소드 | 설명 | |
---|---|---|
TaskSchedulerSynchronizationContext ( |
Initializes the context with the specified scheduler.
|
public Post ( SendOrPostCallback d, object state ) : void | ||
d | SendOrPostCallback | The System.Threading.SendOrPostCallback delegate to call. |
state | object | The object passed to the delegate. |
리턴 | void |
public Send ( SendOrPostCallback d, object state ) : void | ||
d | SendOrPostCallback | The System.Threading.SendOrPostCallback delegate to call. |
state | object | The object passed to the delegate. |
리턴 | void |