IMeasurementBlockProxy Interface
IMeasurementBlockProxy.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
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
The IMeasurementBlockProxy type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsRunning |
Top
Methods
Name | Description | |
---|---|---|
Begin() | ||
Begin(Int64) | ||
Begin(Int64, String) | ||
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
End() | ||
End(Int64) | ||
End(Int64, String) | ||
Step() | ||
Step(Int64) | ||
Step(Int64, String) |
Top