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

Inheritance: IInvocation
Afficher le fichier Open project: stone-payments/Dlp.Framework

Private Properties

Свойство Type Description
MethodInvocation object

Méthodes publiques

Méthode Description
Invocation ( ) : System
Proceed ( ) : void

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

Private Methods

Méthode Description
MethodInvocation ( MethodInfo method, object currentObject, object arguments ) : object

Method Details

Invocation() public méthode

public Invocation ( ) : System
Résultat System

Proceed() public méthode

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