ITcEvent

This interface describes an event. This event can be either a message or an alarm.

Syntax

public interface ITcEvent

ITcEvent 1: Methods

Name

Modifier

Return type

Description

GetArgumentData

public virtual

void

Returns the data of the arguments.

GetArgumentInfo

public virtual

void

Returns the (type) information for the arguments.

GetEventClassName

public virtual

string

Returns the event class name.

GetText

public virtual

string

Returns the event text, including the arguments.

IsSourceInfoTypeSupported

public virtual

bool

Query option for the type of source information.

ITcEvent 2: Properties

Name

Modifier

Type

Access

Description

EventClass

public virtual

System.Guid

get

Returns the EventClass GUID.

EventId

public virtual

uint

get

Returns the event ID.

EventType

public virtual

EventTypeEnum

get

Returns the type of the event.

FileTimeRaised

public virtual

long

get

Timestamp when the event was sent.

SeverityLevel

public virtual

SeverityLevelEnum

get

The Severity Level.

SourceGuid

public virtual

System.Guid

get

Returns the GUID of the source.

SourceId

public virtual

uint

get

Returns the ID of the source.

SourceName

public virtual

string

get

Returns the name of the source.

TimeRaised

public virtual

System.DateTime

get

Timestamp when the event was sent.