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.
|
Method | Description | |
---|---|---|
ObjectInvariant ( ) : void |
public IntelEventArgs ( string channel, System.DateTime timestamp, string message ) : System | ||
channel | string | The base name of the |
timestamp | System.DateTime | The date and time this log entry was /// generated. |
message | string | The content of the log entry. |
return | System |