This documentation is archived and is not being maintained.

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)

public:
property long long RoundTripTime {
	long long get ();
}

Property Value

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

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

Show: