Method invoke
invoke(object, bool)
Runs the action through reflection
Declaration
public object invoke(object data, bool forceSynchronous = false)
Parameters
| Type | Name | Description |
|---|---|---|
| object | data | The input if any |
| bool | forceSynchronous | Should the execution of the action run explicitly on the main thread |
Returns
| Type | Description |
|---|---|
| object | The output if the action has any |