Click or drag to resize

IMethodInterceptorOnExit Methods

The IMethodInterceptorOnExit type exposes the following members.

Methods
  NameDescription
Public methodCode exampleOnExit
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