BeginInvoke(SendOrPostCallback, object)
Queues an action for asynchronous execution.
Declaration
public void BeginInvoke(SendOrPostCallback action, object state)Parameters
| Type | Name | Description |
|---|---|---|
| SendOrPostCallback | action | Action to be executed. |
| object | state | Parameter passed to |