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();
Methods
Name | Modifier | Return type | Definition location | Description |
---|---|---|---|---|
public virtual | bool | ITcEventLogger/ITcSourceInfo | Query option for the type of source information. |
Properties
Name | Modifier | Type | Access | Definition location | Description |
---|---|---|---|---|---|
public virtual | int | get | ITcEventLogger/ITcSourceInfo | Number of SourceInfo types. | |
public virtual | System.Guid | get, set | ITcEventLogger/ITcSourceInfo | GUID of the source. | |
public virtual | uint | get, set | ITcEventLogger/ITcSourceInfo | Id of the source. | |
public virtual | string | get, set | ITcEventLogger/ITcSourceInfo | Name of the source. |