This documentation is archived and is not being maintained.

ITeamProjectCollectionServicing.DeleteServicingResources Method

Delete a servicing resource.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

abstract DeleteServicingResources : 
        resourceNames:IEnumerable<string> -> unit

Parameters

resourceNames
Type: System.Collections.Generic.IEnumerable(String)

The names of the resources to delete.

Show: