DataRequestedEvent.EventTime Property

Gets the time of the event from the high-resolution counter.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Property EventTime As Long
public long EventTime { get; private set; }
public:
property long long EventTime {
    long long get ();
    private: void set (long long value);
}
member EventTime : int64 with get, private set
function get EventTime () : long 
private function set EventTime (value : long)

Property Value

Type: Int64
This value is retrieved from QueryPerformanceCounter.

.NET Framework Security

See Also

Reference

DataRequestedEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace