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.StringA 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
- 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.