C# Class NCop.Samples.OnMethodBoundaryAspect.ActionBoundaryAspect.StopwatchMethodBoundaryAspect

Inheritance: NCop.Aspects.Framework.OnActionBoundaryAspect
Afficher le fichier Open project: sagifogel/NCop

Méthodes publiques

Méthode Description
OnEntry ( ActionExecutionArgs args ) : void
OnException ( ActionExecutionArgs args ) : void
OnExit ( ActionExecutionArgs args ) : void
OnSuccess ( ActionExecutionArgs args ) : void
StopwatchMethodBoundaryAspect ( ) : System

Method Details

OnEntry() public méthode

public OnEntry ( ActionExecutionArgs args ) : void
args ActionExecutionArgs
Résultat void

OnException() public méthode

public OnException ( ActionExecutionArgs args ) : void
args ActionExecutionArgs
Résultat void

OnExit() public méthode

public OnExit ( ActionExecutionArgs args ) : void
args ActionExecutionArgs
Résultat void

OnSuccess() public méthode

public OnSuccess ( ActionExecutionArgs args ) : void
args ActionExecutionArgs
Résultat void

StopwatchMethodBoundaryAspect() public méthode

public StopwatchMethodBoundaryAspect ( ) : System
Résultat System