TfsConnection.TotalRequestCount Property

The total number of times the WebServiceCallBegin event has fired in this appdomain.

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

Syntax

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

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

TfsConnection Class

Microsoft.TeamFoundation.Client Namespace