ITcEvent
This interface describes an event. This event can be either a message or an alarm.
Syntax
public interface ITcEvent
Methods
Name | Modifier | Return type | Description |
---|---|---|---|
public virtual | void | Returns the data of the arguments. | |
public virtual | void | Returns the (type) information for the arguments. | |
public virtual | string | Returns the event class name. | |
public virtual | string | Returns the event text, including the arguments. | |
public virtual | bool | Query option for the type of source information. |
Properties
Name | Modifier | Type | Access | Description |
---|---|---|---|---|
public virtual | System.Guid | get | Returns the EventClass GUID. | |
public virtual | uint | get | Returns the event ID. | |
public virtual | EventTypeEnum | get | Returns the type of the event. | |
public virtual | long | get | Timestamp when the event was sent. | |
public virtual | SeverityLevelEnum | get | The Severity Level. | |
public virtual | System.Guid | get | Returns the GUID of the source. | |
public virtual | uint | get | Returns the ID of the source. | |
public virtual | string | get | Returns the name of the source. | |
public virtual | System.DateTime | get | Timestamp when the event was sent. |