C# Class Core.Utilitis.Interceptors.MethodInterception

Inheritance: Core.Utilitis.Interceptors.MethodInterceptionBaseAttribute
Afficher le fichier Open project: bunyaminfidan/ReCapProject

Méthodes publiques

Méthode Description
Intercept ( IInvocation invocation ) : void

Méthodes protégées

Méthode Description
OnAfter ( IInvocation invocation ) : void
OnBefore ( IInvocation invocation ) : void
OnException ( IInvocation invocation, Exception e ) : void
OnSuccess ( IInvocation invocation ) : void

Method Details

Intercept() public méthode

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Résultat void

OnAfter() protected méthode

protected OnAfter ( IInvocation invocation ) : void
invocation IInvocation
Résultat void

OnBefore() protected méthode

protected OnBefore ( IInvocation invocation ) : void
invocation IInvocation
Résultat void

OnException() protected méthode

protected OnException ( IInvocation invocation, Exception e ) : void
invocation IInvocation
e System.Exception
Résultat void

OnSuccess() protected méthode

protected OnSuccess ( IInvocation invocation ) : void
invocation IInvocation
Résultat void