IMeasurementBlockProxy Interface
IMeasurementBlockProxy.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface IMeasurementBlockProxy : IDisposable
public interface class IMeasurementBlockProxy : IDisposable
type IMeasurementBlockProxy =
interface
interface IDisposable
end
Public Interface IMeasurementBlockProxy
Inherits IDisposable
Properties
Name | Description | |
---|---|---|
IsRunning |
Methods
Name | Description | |
---|---|---|
Begin() | ||
Begin(Int64) | ||
Begin(Int64, String) | ||
Dispose() | (Inherited from IDisposable.) |
|
End() | ||
End(Int64) | ||
End(Int64, String) | ||
Step() | ||
Step(Int64) | ||
Step(Int64, String) |
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top