IMethodInterceptor Methods |
The IMethodInterceptor type exposes the following members.
Name | Description | |
---|---|---|
Intercept |
Called before the method is invokved. You are now responsible for evaluating
the function and returning the result.
|