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
- 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.