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

Class AsyncRequestLoggingAttribute. Provides logging of a request using the RequestLoggingHandler{TRequest}
Inheritance: RequestHandlerAttribute
显示文件 Open project: iancooper/Paramore

Public Methods

Method 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 method

Gets the type of the handler.
public GetHandlerType ( ) : Type
return System.Type

InitializerParams() public method

Initializers the parameters.
public InitializerParams ( ) : object[]
return object[]

RequestLoggingAsyncAttribute() public method

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