WorkItemStoreDiagnostics.RoundTripTime Property

Gets the total time, in milliseconds, spent in round-trip calls to the server since the WorkItemStore was initialized.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public ReadOnly Property RoundTripTime As Long
public long RoundTripTime { get; }
public:
property long long RoundTripTime {
    long long get ();
}
member RoundTripTime : int64 with get
function get RoundTripTime () : long

Property Value

Type: System.Int64
The amount of time, in milliseconds, spent handling round-trip server calls.

Remarks

Like similar .NET and Win32 tickcount APIs, this will wrap around after ~48 days worth of round trips.

.NET Framework Security

See Also

Reference

WorkItemStoreDiagnostics Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace