C# Class paramore.brighter.commandprocessor.logging.Attributes.RequestLoggingAsyncAttribute

Class AsyncRequestLoggingAttribute. Provides logging of a request using the RequestLoggingHandler{TRequest}
Inheritance: RequestHandlerAttribute
Afficher le fichier Open project: iancooper/Paramore

Méthodes publiques

Méthode Description
GetHandlerType ( ) : Type

Gets the type of the handler.

InitializerParams ( ) : object[]

Initializers the parameters.

RequestLoggingAsyncAttribute ( int step, HandlerTiming timing ) : System

Initializes a new instance of the RequestHandlerAttribute class.

Method Details

GetHandlerType() public méthode

Gets the type of the handler.
public GetHandlerType ( ) : Type
Résultat System.Type

InitializerParams() public méthode

Initializers the parameters.
public InitializerParams ( ) : object[]
Résultat object[]

RequestLoggingAsyncAttribute() public méthode

Initializes a new instance of the RequestHandlerAttribute class.
public RequestLoggingAsyncAttribute ( int step, HandlerTiming timing ) : System
step int The step.
timing HandlerTiming The timing.
Résultat System