C# Класс PleaseIgnore.IntelMap.IntelEventArgs

Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IntelEventArgs ( string channel, System.DateTime timestamp, string message ) : System

Initializes a new instance of IntelEventArgs class.

ToString ( ) : string

Returns a System.String that represents this instance of IntelChannel.

Приватные методы

Метод Описание
ObjectInvariant ( ) : void

Описание методов

IntelEventArgs() публичный Метод

Initializes a new instance of IntelEventArgs class.
public IntelEventArgs ( string channel, System.DateTime timestamp, string message ) : System
channel string The base name of the /// that initially reported this log entry.
timestamp System.DateTime The date and time this log entry was /// generated.
message string The content of the log entry.
Результат System

ToString() публичный Метод

Returns a System.String that represents this instance of IntelChannel.
public ToString ( ) : string
Результат string