Method | Description | |
---|---|---|
Intercept ( IInvocation invocation ) : void |
Method | Description | |
---|---|---|
OnAfter ( IInvocation invocation ) : void | ||
OnBefore ( IInvocation invocation ) : void | ||
OnException ( IInvocation invocation, |
||
OnSuccess ( IInvocation invocation ) : void |
public Intercept ( IInvocation invocation ) : void | ||
invocation | IInvocation | |
return | void |
protected OnAfter ( IInvocation invocation ) : void | ||
invocation | IInvocation | |
return | void |
protected OnBefore ( IInvocation invocation ) : void | ||
invocation | IInvocation | |
return | void |
protected OnException ( IInvocation invocation, |
||
invocation | IInvocation | |
e | ||
return | void |
protected OnSuccess ( IInvocation invocation ) : void | ||
invocation | IInvocation | |
return | void |