C# 클래스 PleaseIgnore.IntelMap.IntelEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: EtherealWake/test-intel 1 사용 예제들

공개 메소드들

메소드 설명
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