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
'Декларация
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
- 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.