C# Класс paramore.brighter.commandprocessor.monitoring.Events.MonitorEvent

Наследование: Event
Показать файл Открыть проект

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