WebServiceStats Constructor

Initializes a new WebServiceStats instance.

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

Syntax

'Declaration
Public Sub New ( _
    webServiceName As String _
)
public WebServiceStats(
    string webServiceName
)
public:
WebServiceStats(
    String^ webServiceName
)
new : 
        webServiceName:string -> WebServiceStats
public function WebServiceStats(
    webServiceName : String
)

Parameters

  • webServiceName
    Type: System.String

    The name of the web service to associate to.

.NET Framework Security

See Also

Reference

WebServiceStats Class

Microsoft.TeamFoundation.Client Namespace