WebServiceStats Constructor
Initializes a new WebServiceStats instance.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
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
- 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.