TeamProjectCollectionWebService.DeleteServicingResources Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.