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 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
- 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.
See Also
Reference
WorkItemStoreDiagnostics Class