C# Class paramore.brighter.commandprocessor.monitoring.Events.MonitorEvent

Inheritance: Event
ファイルを表示 Open project: iancooper/Paramore

Private Properties

Property Type Description

Public Methods

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

Method Details

MonitorEvent() public method

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
return System