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.Int32The time to add to the run time of this instance.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.