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
Public property IsRunning

Top

Methods

  Name Description
Public method Begin()
Public method Begin(Int64)
Public method Begin(Int64, String)
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method End()
Public method End(Int64)
Public method End(Int64, String)
Public method Step()
Public method Step(Int64)
Public method Step(Int64, String)

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace