TeamProjectCollectionWebService.UpdateServicingOperation Method
Updates servicing operation. All servicing step groups listed in the stepGroups collection must be added to the configuration database before you call this method.
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub UpdateServicingOperation ( _
servicingOperation As String, _
stepGroups As List(Of String), _
executionHandlers As List(Of String) _
)
[WebMethodAttribute]
public void UpdateServicingOperation(
string servicingOperation,
List<string> stepGroups,
List<string> executionHandlers
)
[WebMethodAttribute]
public:
void UpdateServicingOperation(
String^ servicingOperation,
List<String^>^ stepGroups,
List<String^>^ executionHandlers
)
[<WebMethodAttribute>]
member UpdateServicingOperation :
servicingOperation:string *
stepGroups:List<string> *
executionHandlers:List<string> -> unit
public function UpdateServicingOperation(
servicingOperation : String,
stepGroups : List<String>,
executionHandlers : List<String>
)
Parameters
servicingOperation
Type: System.StringA servicing operation being updated.
stepGroups
Type: System.Collections.Generic.List<String>A collection of servicing step groups.
executionHandlers
Type: System.Collections.Generic.List<String>A collection of servicing operation execution handlers. Each entry specifies a full type name.
Exceptions
Exception | Condition |
---|---|
ServicingStepGroupNotFoundException | At least one servicing step group from stepGroups collection is not defined in the configuration database. |
AccessCheckException |
.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.
See Also
Reference
TeamProjectCollectionWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace