Method InvokeAsync
InvokeAsync(ref Object, Arguments)
Invokes asynchronously the next node in the chain of invocation.
Declaration
MethodBindingInvokeAwaitable InvokeAsync(ref object instance, Arguments arguments)
Parameters
Type | Name | Description |
---|---|---|
Object | instance | Target instance on which the method should be invoked ( |
Arguments | arguments | Method arguments. |
Returns
Type | Description |
---|---|
MethodBindingInvokeAwaitable | The value that can be awaited to get the result of the underlying method's invocation. |