Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub DeleteServicingResources ( _
resourceNames As List(Of String) _
)
[WebMethodAttribute]
public void DeleteServicingResources(
List<string> resourceNames
)
[WebMethodAttribute]
public:
void DeleteServicingResources(
List<String^>^ resourceNames
)
[<WebMethodAttribute>]
member DeleteServicingResources :
resourceNames:List<string> -> unit
public function DeleteServicingResources(
resourceNames : List<String>
)
Parameters
- resourceNames
Type: System.Collections.Generic.List<String>
.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.
See Also
Reference
TeamProjectCollectionWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace