ITcMessage3

This interface represents a message.

Syntax

public interface ITcMessage

ITcMessage3 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.

GetCauseRemedy

public virtual

TcCauseRemedyCollection

Returns the cause/remedy information.

GetDetails

public virtual

TcDetailCollection

Returns the details.

GetEventClassName

public virtual

string

Returns the EventClass name

GetText

public virtual

string

Returns the event text, including the arguments.

IsSourceInfoTypeSupported

public virtual

bool

Query option for the type of source information.

ITcMessage3 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 message was sent.

JsonAttribute

public virtual

string

get

The JSON attribute.

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 message was sent.