TeamProjectCollectionWebService.DeleteServicingResources Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.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

.NET Framework Security

See Also

Reference

TeamProjectCollectionWebService Class

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace