Share via


IMeasurementBlockProxy.End Method (Int64, String)

 

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

Syntax

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

Parameters

See Also

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

Return to top