AgentContext Class
Encapsulates the context of the agent environment.
Inheritance Hierarchy
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 | |
---|---|---|
![]() |
AgentContext | Initializes a new instance of the AgentContext class by using the provided parameters. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ConnectionString | Gets the machine name of the agent and the port on which it listens for incoming connections. |
![]() |
DisplayName | Gets or sets the display name of the agent, which is unique throughout an environment. |
![]() |
IsRemote | Gets a value that indicates whether this agent context is executed remotely. |
![]() |
Name | Gets or sets the fully qualified name of the agent as registered with the test controller. |
Top
Methods
Name | Description | |
---|---|---|
![]() ![]() |
CreateForLocalAgent | Returns a new AgentContext for a locally hosted agent. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
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.