Class QueryTrace.Event
A trace event.
A query trace is composed of a list of trace events.
Inheritance
System.Object
QueryTrace.Event
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Dse
Assembly: Dse.dll
Syntax
public class Event
Properties
Description
The event description, i.e. which activity this event correspond to.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String | The event description. |
Source
The address of the host having generated this event.
Declaration
public IPAddress Source { get; }
Property Value
Type | Description |
---|---|
System.Net.IPAddress | The address of the host having generated this event. |
SourceElapsedMicros
The number of microseconds elapsed on the source when this event occurred since when the source started handling the query.
Declaration
public int SourceElapsedMicros { get; }
Property Value
Type | Description |
---|---|
System.Int32 | the elapsed time on the source host when that event happened in microseconds. |
ThreadName
The name of the thread on which this event occurred.
Declaration
public string ThreadName { get; }
Property Value
Type | Description |
---|---|
System.String | the name of the thread on which this event occurred. |
Timestamp
The server side timestamp of the event.
Declaration
public DateTimeOffset Timestamp { get; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The server side timestamp of the event. |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()