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
Public property ExecutionTime Gets a TimeSpan object that represents the execution time of the request.
Public property MethodName Gets the name of the method that is making this request.
Public property Parameters Gets a collection of parameters for this request.
Public property Queued Gets a flag that states whether this request is queued.
Public property QueuedTime Gets the length of time that this request has been queued.
Public property RemoteComputer Gets the name of the remote computer that is making this request.
Public property RemotePort Gets the remote port.
Public property RequestId Gets the request ID.
Public property StartTime Gets the start time of the request.
Public property UserAgent
Public property UserDescriptor Gets the identity descriptor of the identity that made this request.
Public property UserName Gets the user who is associated with this request.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Framework.Client Namespace