This documentation is archived and is not being maintained.

WebServiceStats::AddTime Method

Adds time to this WebServiceStats instance.

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

public:
void AddTime(
	int runTime
)

Parameters

runTime
Type: System::Int32

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

Show: