Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
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.StringThe name of the Web service to add time to.
runTime
Type: System.Int32The 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.