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
System_CAPS_pubproperty IsRunning

Methods

Name Description
System_CAPS_pubmethod Begin()

System_CAPS_pubmethod Begin(Int64)

System_CAPS_pubmethod Begin(Int64, String)

System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

System_CAPS_pubmethod End()

System_CAPS_pubmethod End(Int64)

System_CAPS_pubmethod End(Int64, String)

System_CAPS_pubmethod Step()

System_CAPS_pubmethod Step(Int64)

System_CAPS_pubmethod Step(Int64, String)

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top