Share via


WorkItemStoreDiagnostics.RoundTripTime Property

Gets the time in milliseconds spent in calls to the proxy, round trips, that have been made up to this point with this WorkItemStore.

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

Syntax

'Declaration
Public ReadOnly Property RoundTripTime As Long
'Usage
Dim instance As WorkItemStoreDiagnostics 
Dim value As Long 

value = instance.RoundTripTime
public long RoundTripTime { get; }
public:
property long long RoundTripTime {
    long long get ();
}
public function get RoundTripTime () : long

Property Value

Type: System.Int64

Remarks

Similar to the .NET and Win32 TickCount methods, this tick count will wrap around after about 48 days worth of round trips.

.NET Framework Security

See Also

Reference

WorkItemStoreDiagnostics Class

WorkItemStoreDiagnostics Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace