C# 클래스 paramore.brighter.commandprocessor.monitoring.Attributes.MonitorAsyncAttribute

Class MonitorAttribute. Using this attribute indicates that you intend to monitor the handler. Monitoring implies that diagnostic information will be sent over the ControlBus to any subscribers. A configuration setting acts as a 'master switch' to turn monitoring on and off. The MonitoringConfigurationSection provides that switch.
상속: RequestHandlerAttribute
파일 보기 프로젝트 열기: iancooper/Paramore

공개 메소드들

메소드 설명
GetHandlerType ( ) : Type

Gets the type of the handler.

InitializerParams ( ) : object[]

Initializers the parameters.

MonitorAsyncAttribute ( int step, HandlerTiming timing, Type handlerType ) : System

Initializes a new instance of the MonitorAsyncAttribute class.

메소드 상세

GetHandlerType() 공개 메소드

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

InitializerParams() 공개 메소드

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

MonitorAsyncAttribute() 공개 메소드

Initializes a new instance of the MonitorAsyncAttribute class.
public MonitorAsyncAttribute ( int step, HandlerTiming timing, Type handlerType ) : System
step int The step.
timing HandlerTiming The timing.
handlerType System.Type The type of the monitored handler (used to extract the assembly qualified type name for instrumentation purposes)
리턴 System