Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.