C# Class Dlp.Framework.Container.Interceptors.Invocation

Inheritance: IInvocation
Exibir arquivo Open project: stone-payments/Dlp.Framework

Private Properties

Property Type Description
MethodInvocation object

Public Methods

Method Description
Invocation ( ) : System
Proceed ( ) : void

Calls the next interceptor. If no more interceptors are available, call the invoked method.

Private Methods

Method Description
MethodInvocation ( MethodInfo method, object currentObject, object arguments ) : object

Method Details

Invocation() public method

public Invocation ( ) : System
return System

Proceed() public method

Calls the next interceptor. If no more interceptors are available, call the invoked method.
public Proceed ( ) : void
return void