Class UriRotatedEventArgs
Provides data for the URI rotated event.
public class UriRotatedEventArgs
- Inheritance
-
UriRotatedEventArgs
- Inherited Members
Constructors
UriRotatedEventArgs()
public UriRotatedEventArgs()
Properties
Finished
Gets or sets the date and time when the URI finished.
public DateTime Finished { get; set; }
Property Value
FirstTimestamp
Gets or sets the first timestamp recorded or sent to the URI.
public long FirstTimestamp { get; set; }
Property Value
Remarks
A value of MinValue indicates that no samples were recorded or sent to this URI.
LastTimestamp
Gets or sets the last timestamp recorded or sent to the URI.
public long LastTimestamp { get; set; }
Property Value
Remarks
A value of MinValue indicates that no samples were recorded or sent to this URI.
Started
Gets or sets the date and time when the URI was activated.
public DateTime Started { get; set; }
Property Value
Uri
Gets or sets the URI that has been rotated (e.g., recording finished).
public string Uri { get; set; }