Click or drag to resize

IAsyncMethodInterceptor Methods

Version 102.0.100

The IAsyncMethodInterceptor type exposes the following members.

Methods
  NameDescription
Public methodCode exampleIntercept
Called before the method is invokved. You are now responsible for evaluating the function and returning the result.
(Inherited from IMethodInterceptor.)
Public methodCode exampleInterceptAsync
Top
See Also