C# Class PleaseIgnore.IntelMap.IntelEventArgs

Inheritance: System.EventArgs
显示文件 Open project: EtherealWake/test-intel Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
ObjectInvariant ( ) : void

Method Details

IntelEventArgs() public method

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

ToString() public method

Returns a System.String that represents this instance of IntelChannel.
public ToString ( ) : string
return string