TelemetrySession.TimeSinceSessionStart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets TimeSinceSessionStart in case if customers want to use it to calculate custom delays based on the same algorithm Telemetry does.
public:
property long TimeSinceSessionStart { long get(); };
public long TimeSinceSessionStart { get; }
member this.TimeSinceSessionStart : int64
Public ReadOnly Property TimeSinceSessionStart As Long