IMeasurementBlockProxy 接口
IMeasurementBlockProxy。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Public Interface IMeasurementBlockProxy _
Inherits IDisposable
public interface IMeasurementBlockProxy : IDisposable
public interface class IMeasurementBlockProxy : IDisposable
type IMeasurementBlockProxy =
interface
interface IDisposable
end
public interface IMeasurementBlockProxy extends IDisposable
IMeasurementBlockProxy 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
IsRunning |
页首
方法
名称 | 说明 | |
---|---|---|
Begin() | ||
Begin(Int64) | ||
Begin(Int64, String) | ||
Dispose | 执行与释放或重置非托管资源相关的应用程序定义的任务。 (继承自 IDisposable。) | |
End() | ||
End(Int64) | ||
End(Int64, String) | ||
Step() | ||
Step(Int64) | ||
Step(Int64, String) |
页首