BeginInvoke(TDelegate, ref TArgs, TState, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(TDelegate handler, ref TArgs args, TState state, AsyncCallback callback, object @object)Parameters
| Type | Name | Description |
|---|---|---|
| TDelegate | handler | |
| TArgs | args | |
| TState | state | |
| AsyncCallback | callback | |
| object | object |
Returns
| Type | Description |
|---|---|
| IAsyncResult |