Method | Description | |
---|---|---|
Post ( SendOrPostCallback callback, [ state ) : void |
When overridden in a derived class, dispatches an asynchronous message to a synchronization context.
|
|
Send ( SendOrPostCallback callback, [ state ) : void |
When overridden in a derived class, dispatches a synchronous message to a synchronization context.
|
Method | Description | |
---|---|---|
ProcessQueue ( ) : void |
Processes the queue.
|
public Post ( SendOrPostCallback callback, [ state ) : void | ||
callback | SendOrPostCallback | The |
state | [ | The object passed to the delegate. |
return | void |
public Send ( SendOrPostCallback callback, [ state ) : void | ||
callback | SendOrPostCallback | The |
state | [ | The object passed to the delegate. |
return | void |