Invoke(SendOrPostCallback, object)
Executes an action synchronously.
Declaration
public void Invoke(SendOrPostCallback action, object state)Parameters
| Type | Name | Description |
|---|---|---|
| SendOrPostCallback | action | Action to be executed. |
| object | state | Parameter passed to |