AgentContext Class

Encapsulates the context of the agent environment.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.Execution.AgentContext

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class AgentContext
[SerializableAttribute]
public class AgentContext
[SerializableAttribute]
public ref class AgentContext
[<SerializableAttribute>]
type AgentContext =  class end
public class AgentContext

The AgentContext type exposes the following members.

Constructors

  Name Description
Public method AgentContext Initializes a new instance of the AgentContext class by using the provided parameters.

Top

Properties

  Name Description
Public property ConnectionString Gets the machine name of the agent and the port on which it listens for incoming connections.
Public property DisplayName Gets or sets the display name of the agent, which is unique throughout an environment.
Public property IsRemote Gets a value that indicates whether this agent context is executed remotely.
Public property Name Gets or sets the fully qualified name of the agent as registered with the test controller.

Top

Methods

  Name Description
Public methodStatic member CreateForLocalAgent Returns a new AgentContext for a locally hosted agent.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

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.VisualStudio.TestTools.Execution Namespace