Information about current method execution context
Esempio n. 1
0
 /// <summary>
 /// Called on target method finished execution either successfully or with exception.
 /// Called after <see cref="OnSuccess"/> and <see cref="OnException"/>
 /// </summary>
 /// <param name="methodExecInfo"></param>
 public virtual void OnExit(MethodExecInfo methodExecInfo)
 {
 }
Esempio n. 2
0
 /// <summary>
 /// Called on target method successfully finished execution.
 /// </summary>
 /// <param name="methodExecInfo"></param>
 public virtual void OnSuccess(MethodExecInfo methodExecInfo)
 {
 }
Esempio n. 3
0
 /// <summary>
 /// Called on unhandled exception occured in target method.
 /// </summary>
 /// <param name="methodExecInfo"></param>
 public virtual void OnException(MethodExecInfo methodExecInfo)
 {
 }
Esempio n. 4
0
 /// <summary>
 /// Called on target method is starting execution
 /// </summary>
 /// <param name="methodExecInfo"></param>
 public virtual void OnEntry(MethodExecInfo methodExecInfo)
 {
 }
Esempio n. 5
0
 /// <summary>
 /// Called on target method is starting execution
 /// </summary>
 /// <param name="methodExecInfo"></param>
 public virtual void OnEntry(MethodExecInfo methodExecInfo)
 {
 }
Esempio n. 6
0
 /// <summary>
 /// Called on target method successfully finished execution.
 /// </summary>
 /// <param name="methodExecInfo"></param>
 public virtual void OnSuccess(MethodExecInfo methodExecInfo)
 {
 }
Esempio n. 7
0
 /// <summary>
 /// Called on target method finished execution either successfully or with exception.
 /// Called after <see cref="OnSuccess"/> and <see cref="OnException"/>
 /// </summary>
 /// <param name="methodExecInfo"></param>
 public virtual void OnExit(MethodExecInfo methodExecInfo)
 {
 }
Esempio n. 8
0
 /// <summary>
 /// Called on unhandled exception occured in target method.
 /// </summary>
 /// <param name="methodExecInfo"></param>
 public virtual void OnException(MethodExecInfo methodExecInfo)
 {
 }