Delete a servicing resource.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub DeleteServicingResources ( _
    resourceNames As IEnumerable(Of String) _
)
void DeleteServicingResources(
    IEnumerable<string> resourceNames
)
void DeleteServicingResources(
    IEnumerable<String^>^ resourceNames
)
abstract DeleteServicingResources : 
        resourceNames:IEnumerable<string> -> unit
function DeleteServicingResources(
    resourceNames : IEnumerable<String>
)
Parameters
- resourceNames 
 Type: System.Collections.Generic.IEnumerable<String>- The names of the resources to delete. 
.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.