LoadTestContext.AgentId 屬性
更新:2007 年 11 月
取得目前代理程式的索引 (以一起始)。
命名空間: Microsoft.VisualStudio.TestTools.LoadTesting
組件: Microsoft.VisualStudio.QualityTools.LoadTestFramework (在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)
語法
Public Property AgentId As Integer
Dim instance As LoadTestContext
Dim value As Integer
value = instance.AgentId
instance.AgentId = value
public int AgentId { get; internal set; }
public:
property int AgentId {
int get ();
void set (int value);
}
public function get AgentId () : int
public function set AgentId (value : int)
屬性值
型別:System.Int32
目前代理程式的索引 (以一起始)。
備註
如果您在測試 Rig 上使用四個代理程式執行負載測試,AgentId 的編號為 1 至 4。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。