C# 클래스 paramore.brighter.commandprocessor.logging.Attributes.RequestLoggingAsyncAttribute

Class AsyncRequestLoggingAttribute. Provides logging of a request using the RequestLoggingHandler{TRequest}
상속: RequestHandlerAttribute
파일 보기 프로젝트 열기: iancooper/Paramore

공개 메소드들

메소드 설명
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.

메소드 상세

GetHandlerType() 공개 메소드

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

InitializerParams() 공개 메소드

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

RequestLoggingAsyncAttribute() 공개 메소드

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