AgentContext – konstruktor
Inicializuje novou instanci AgentContext třídy pomocí zadané parametry.
Obor názvů: Microsoft.VisualStudio.TestTools.Execution
Sestavení: Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Deklarace
Public Sub New ( _
agentName As String, _
agentDisplayName As String, _
agentConnectionString As String, _
isRemote As Boolean _
)
public AgentContext(
string agentName,
string agentDisplayName,
string agentConnectionString,
bool isRemote
)
public:
AgentContext(
String^ agentName,
String^ agentDisplayName,
String^ agentConnectionString,
bool isRemote
)
new :
agentName:string *
agentDisplayName:string *
agentConnectionString:string *
isRemote:bool -> AgentContext
public function AgentContext(
agentName : String,
agentDisplayName : String,
agentConnectionString : String,
isRemote : boolean
)
Parametry
- agentName
Typ: System.String
Název agenta.
- agentDisplayName
Typ: System.String
Zobrazovaný název agenta.
- agentConnectionString
Typ: System.String
Název počítače agenta a port, na kterém naslouchá pro příchozí připojení.
- isRemote
Typ: System.Boolean
true Pokud agent je přístupná vzdáleně; jinak false.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.