Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    webServiceName As String, _
    runTime As Integer, _
    isRunning As Boolean _
)
public WebServiceCall(
    string webServiceName,
    int runTime,
    bool isRunning
)
public:
WebServiceCall(
    String^ webServiceName, 
    int runTime, 
    bool isRunning
)
new : 
        webServiceName:string * 
        runTime:int * 
        isRunning:bool -> WebServiceCall
public function WebServiceCall(
    webServiceName : String, 
    runTime : int, 
    isRunning : boolean
)
Parameters
- webServiceName
 Type: System.String
- runTime
 Type: System.Int32
- isRunning
 Type: System.Boolean
.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.