共用方式為


LoadTestContext.AgentId 屬性

取得目前代理程式的索引 (以一起始)。

命名空間:  Microsoft.VisualStudio.TestTools.LoadTesting
組件:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)

語法

'宣告
Public Property AgentId As Integer
    Get
    Friend Set
public int AgentId { get; internal set; }
public:
property int AgentId {
    int get ();
    internal: void set (int value);
}
member AgentId : int with get, internal set
function get AgentId () : int
internal function set AgentId (value : int)

屬性值

型別:System.Int32
目前代理程式的索引 (以一起始)。

備註

如果您在使用四個代理程式的 Rig 測試上執行負載測試,則 AgentId 值的編號為 1 至 4。

.NET Framework 安全性

請參閱

參考

LoadTestContext 類別

Microsoft.VisualStudio.TestTools.LoadTesting 命名空間