InvokeHandler(Delegate, Arguments)
Invokes a handler by calling the Invoke semantic of the next node in the chain of invocation.
Declaration
public abstract object InvokeHandler(Delegate handler, Arguments arguments)Parameters
| Type | Name | Description |
|---|---|---|
| Delegate | handler | Handler to be invoked. |
| Arguments | arguments | Arguments passed to the handler. |
Returns
| Type | Description |
|---|---|
| object | Return value of the handler. |