This documentation is archived and is not being maintained.
TeamFoundationRequestInformation Class
Visual Studio 2013
Represents additional information about a Team Foundation request.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The TeamFoundationRequestInformation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ExecutionTime | Gets a TimeSpan object that represents the execution time of the request. |
![]() | MethodName | Gets the name of the method that is making this request. |
![]() | Parameters | Gets a collection of parameters for this request. |
![]() | Queued | Gets a flag that states whether this request is queued. |
![]() | QueuedTime | Gets the length of time that this request has been queued. |
![]() | RemoteComputer | Gets the name of the remote computer that is making this request. |
![]() | RemotePort | Gets the remote port. |
![]() | RequestId | Gets the request ID. |
![]() | StartTime | Gets the start time of the request. |
![]() | UserAgent | |
![]() | UserDescriptor | Gets the identity descriptor of the identity that made this request. |
![]() | UserName | Gets the user who is associated with this request. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Creates a user-readable string that states the properties of this instance. (Overrides Object::ToString().) |
Show:
