This documentation is archived and is not being maintained.

ITeamProjectCollectionServicing.DeleteServicingOperation Method

Deletes a servicing operation.

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

function DeleteServicingOperation(
	servicingOperation : String
) : boolean

Parameters

servicingOperation
Type: System.String

A servicing operation being deleted

Return Value

Type: System.Boolean
true if the servicing is successfully found and deleted; otherwise, false. This method returns false if servicing operation is not found.

This method does not delete servicing step groups that belong to the specified servicing operation.

Show: