TcSourceInfo

This class describes the source information of an event.

Syntax

public class: ITcSourceInfo

Constructor

Initializes a new instance of the class TcSourceInfo.

public TcArguments();

Call:

TcSourceInfo souceInfo: new SourceInfo();

TcSourceInfo 1: Methods

Name

Modifier

Return type

Definition location

Description

IsSourceInfoTypeSupported

public virtual

bool

ITcEventLogger/ITcSourceInfo

Query option for the type of source information.

TcSourceInfo 2: Properties

Name

Modifier

Type

Access

Definition location

Description

Count

public virtual

int

get

ITcEventLogger/ITcSourceInfo

Number of SourceInfo types.

Guid

public virtual

System.Guid

get, set

ITcEventLogger/ITcSourceInfo

GUID of the source.

Id

public virtual

uint

get, set

ITcEventLogger/ITcSourceInfo

Id of the source.

Name

public virtual

string

get, set

ITcEventLogger/ITcSourceInfo

Name of the source.