C# Class Core.Utilitis.Interceptors.MethodInterception

Inheritance: Core.Utilitis.Interceptors.MethodInterceptionBaseAttribute
Show file Open project: bunyaminfidan/ReCapProject

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void

Protected Methods

Method Description
OnAfter ( IInvocation invocation ) : void
OnBefore ( IInvocation invocation ) : void
OnException ( IInvocation invocation, Exception e ) : void
OnSuccess ( IInvocation invocation ) : void

Method Details

Intercept() public method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void

OnAfter() protected method

protected OnAfter ( IInvocation invocation ) : void
invocation IInvocation
return void

OnBefore() protected method

protected OnBefore ( IInvocation invocation ) : void
invocation IInvocation
return void

OnException() protected method

protected OnException ( IInvocation invocation, Exception e ) : void
invocation IInvocation
e System.Exception
return void

OnSuccess() protected method

protected OnSuccess ( IInvocation invocation ) : void
invocation IInvocation
return void