WebServiceStats.AddTime Method

Adds time to this WebServiceStats instance.

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

Syntax

'Declaration
Public Sub AddTime ( _
    runTime As Integer _
)
public void AddTime(
    int runTime
)
public:
void AddTime(
    int runTime
)
member AddTime : 
        runTime:int -> unit
public function AddTime(
    runTime : int
)

Parameters

  • runTime
    Type: System.Int32

    The time to add to the run time of this instance.

.NET Framework Security

See Also

Reference

WebServiceStats Class

Microsoft.TeamFoundation.Client Namespace