This documentation is archived and is not being maintained.

WebServiceStatList::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)

public:
void AddTime(
	String^ webServiceName, 
	int runTime
)

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.

Show: