TeamProjectCollectionWebService.DeleteServicingOperation Method

Deletes specified servicing operation.

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function DeleteServicingOperation ( _
    servicingOperation As String _
) As Boolean
[WebMethodAttribute]
public bool DeleteServicingOperation(
    string servicingOperation
)
[WebMethodAttribute]
public:
bool DeleteServicingOperation(
    String^ servicingOperation
)
[<WebMethodAttribute>]
member DeleteServicingOperation : 
        servicingOperation:string -> bool
public function DeleteServicingOperation(
    servicingOperation : String
) : boolean

Parameters

  • servicingOperation
    Type: System.String

    A servicing operation being deleted.

Return Value

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

Remarks

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

.NET Framework Security

See Also

Reference

TeamProjectCollectionWebService Class

Microsoft.TeamFoundation.Server.Core.WebServices Namespace