C# 클래스 paramore.brighter.commandprocessor.monitoring.Events.MonitorEvent

상속: Event
파일 보기 프로젝트 열기: iancooper/Paramore

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MonitorEvent ( string instanceName, MonitorEventType eventType, string handlerName, string handlerFullName, string requestBody, System.DateTime eventTime, int elapsedMilliseconds, Exception exception = null ) : System

메소드 상세

MonitorEvent() 공개 메소드

public MonitorEvent ( string instanceName, MonitorEventType eventType, string handlerName, string handlerFullName, string requestBody, System.DateTime eventTime, int elapsedMilliseconds, Exception exception = null ) : System
instanceName string
eventType MonitorEventType
handlerName string
handlerFullName string
requestBody string
eventTime System.DateTime
elapsedMilliseconds int
exception System.Exception
리턴 System