Share via


IMeasurementBlockProxy.Begin Method (Int64, String)

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

void Begin(
    long l,
    string s
)
void Begin(
    long long l,
    String^ s
)
abstract Begin : 
        l:int64 *
        s:string -> unit
Sub Begin (
    l As Long,
    s As String
)

Parameters

See Also

Begin Overload
IMeasurementBlockProxy Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top