WebServiceCallList.AddTime Method

Adds time to the WebServiceStats of the Web service that is specified by name.

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

Syntax

'Declaration
Public Sub AddTime ( _
    webServiceName As String, _
    runTime As Integer _
)
public void AddTime(
    string webServiceName,
    int runTime
)
public:
void AddTime(
    String^ webServiceName, 
    int runTime
)
member AddTime : 
        webServiceName:string * 
        runTime:int -> unit
public function AddTime(
    webServiceName : String, 
    runTime : int
)

Parameters

  • webServiceName
    Type: System.String

    The name of the Web service to add time to.

  • runTime
    Type: System.Int32

    The time to add to the Web service run time.

.NET Framework Security

See Also

Reference

WebServiceCallList Class

Microsoft.TeamFoundation.Client Namespace