|  | IMethodInterceptorOnExit Interface | 
  
    Namespace: 
   Cauldron.Interception
    Assembly:
   Cauldron.Interception (in Cauldron.Interception.dll) Version: 1.0.0
 Syntax
Syntaxpublic interface IMethodInterceptorOnExit
Public Interface IMethodInterceptorOnExit
public interface class IMethodInterceptorOnExit
The IMethodInterceptorOnExit type exposes the following members.
 Methods
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.
             | 
Top See Also
See Also