TeamFoundationRequestInformation Class
Represents additional information about a Team Foundation request.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Client.TeamFoundationRequestInformation
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public NotInheritable Class TeamFoundationRequestInformation
public sealed class TeamFoundationRequestInformation
public ref class TeamFoundationRequestInformation sealed
[<Sealed>]
type TeamFoundationRequestInformation = class end
public final class TeamFoundationRequestInformation
The TeamFoundationRequestInformation type exposes the following members.
Properties
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. |
Top
Methods
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().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.