LoadTestContext 类
封装负载测试在其中运行的上下文的相关信息。
继承层次结构
System.Object
Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestContext
命名空间: Microsoft.VisualStudio.TestTools.LoadTesting
程序集: Microsoft.VisualStudio.QualityTools.LoadTestFramework(在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)
语法
声明
<SerializableAttribute> _
Public Class LoadTestContext _
Implements IDictionary(Of String, Object), _
ICollection(Of KeyValuePair(Of String, Object)), IEnumerable(Of KeyValuePair(Of String, Object)), _
IEnumerable
[SerializableAttribute]
public class LoadTestContext : IDictionary<string, Object>,
ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>,
IEnumerable
[SerializableAttribute]
public ref class LoadTestContext : IDictionary<String^, Object^>,
ICollection<KeyValuePair<String^, Object^>>, IEnumerable<KeyValuePair<String^, Object^>>,
IEnumerable
[<SerializableAttribute>]
type LoadTestContext =
class
interface IDictionary<string, Object>
interface ICollection<KeyValuePair<string, Object>>
interface IEnumerable<KeyValuePair<string, Object>>
interface IEnumerable
end
public class LoadTestContext implements IDictionary<String, Object>, ICollection<KeyValuePair<String, Object>>, IEnumerable<KeyValuePair<String, Object>>, IEnumerable
LoadTestContext 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
AgentCount | 获取负载测试运行中使用的代理总数。 | |
AgentId | 获取当前代理的从一开始的索引。 | |
AgentName | 获取当前代理的名称。 | |
ControllerName | 获取作为负载测试运行的控制器的计算机的名称。 | |
Count | 获取 LoadTestContext 对象中包含的元素数。 | |
IsLocalRun | 获取一个值,该值指示测试是在本地还是在远程运行。 | |
IsReadOnly | 获取一个值,该值指示 LoadTestContext 是否为只读。 | |
Item | 获取或设置具有指定键的 LoadTestContext 元素。 | |
Keys | 获取一个 ICollection<T>,其中包含 LoadTestContext 元素的键。 | |
LoadTestRunId | 获取与该载入测试运行相关联的 ID。 Set 存取器设置为内部。 | |
Values | 获取在 LoadTestContext 元素中包含值的ICollection<T> 。 |
页首
方法
名称 | 说明 | |
---|---|---|
Add(KeyValuePair<String, Object>) | 向 LoadTestContext 中添加 KeyValuePair<TKey, TValue> 项。 | |
Add(String, Object) | 将具有所提供键和值的元素添加到 LoadTestContext。 | |
Clear | 从 LoadTestContext 中移除所有项。 | |
Contains | 确定 LoadTestContext 是否包含特定值。 | |
ContainsKey | 指示 LoadTestContext 是否包含具有指定键的元素。 | |
CopyTo | 从特定的 [Array] 索引处开始,将 T:Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestContext 的元素复制到一个 Array 中。 | |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetEnumerator | 返回循环访问 LoadTestContext 的枚举数。 | |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
Remove(KeyValuePair<String, Object>) | 从 LoadTestContext 中移除特定对象的第一个匹配项。 | |
Remove(String) | 从 LoadTestContext 中移除具有指定键的元素。 | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) | |
TryGetValue | 获取与指定的键关联的值。 |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IEnumerable.GetEnumerator |
页首
备注
这是用于存储负载测试所用信息的上下文项和负载测试配置的集合。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参见
参考
Microsoft.VisualStudio.TestTools.LoadTesting 命名空间