C# Класс paramore.brighter.commandprocessor.logging.Attributes.RequestLoggingAsyncAttribute

Class AsyncRequestLoggingAttribute. Provides logging of a request using the RequestLoggingHandler{TRequest}
Наследование: RequestHandlerAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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