MethodInterceptionArgs Methods |
The MethodInterceptionArgs type exposes the following members.
Name | Description | |
---|---|---|
Invoke |
Invokes the method that has been intercepted by calling the next node in the chain of invocation with given arguments,
without affecting the property ReturnValue.
| |
InvokeAsync |
Invokes asynchronously the method that has been intercepted by calling the next node in the chain of invocation with given arguments,
without affecting the property ReturnValue.
| |
Proceed |
Proceeds with invocation of the method that has been intercepted by calling the next node in the chain of invocation,
passing the current Arguments to that method and
storing its return value into the property ReturnValue.
| |
ProceedAsync |
Proceeds asynchronously with invocation of the method that has been intercepted by calling the next node in the chain of invocation,
passing the current Arguments to that method and
storing its return value into the property ReturnValue upon the completion of the intercepted async method.
|