Share via


TfsConnectionWebServiceCallEventArgs.RequestId Property

The unique request ID for this Web request, which may be used to match the Begin and End events. In rare cases, the value may be zero.

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

Syntax

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

Property Value

Type: System.Int64
Returns Int64.

.NET Framework Security

See Also

Reference

TfsConnectionWebServiceCallEventArgs Class

Microsoft.TeamFoundation.Client Namespace