메소드 | 설명 | |
---|---|---|
Complete ( ) : void |
Notifies the context that no more work will arrive.
|
|
Post ( SendOrPostCallback d, object state ) : void |
Dispatches an asynchronous message to the synchronization context.
|
|
RunOnCurrentThread ( ) : void |
Runs an loop to process all queued work items.
|
|
Send ( SendOrPostCallback d, object state ) : void |
Not supported.
|
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 | |
state | object | |
리턴 | void |