| IMethodInterceptorOnExit Interface |
Namespace:
Cauldron.Interception
Assembly:
Cauldron.Interception (in Cauldron.Interception.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public interface IMethodInterceptorOnExit
The IMethodInterceptorOnExit type exposes the following members.
Methods
| Name | Description |
---|
| OnExit |
Invoked if the intercepted method has finished executing. Renders the OnExit useless.
If the returnType is a Void, then returnValue is null.
|
TopSee Also