This documentation is archived and is not being maintained.
ITeamProjectCollectionServicing::UpdateServicingOperation Method (String, IEnumerable<String>, IEnumerable<String>)
Visual Studio 2013
Updates servicing operation. All servicing step groups listed in the stepGroups collection must be added to the configuration database before calling this method.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
void UpdateServicingOperation(
String^ servicingOperation,
IEnumerable<String^>^ stepGroups,
IEnumerable<String^>^ executionHandlers
)
Parameters
- servicingOperation
- Type: System::String
A servicing operation being updated
- stepGroups
- Type: System.Collections.Generic::IEnumerable<String>
A collection of servicing step groups
- executionHandlers
- Type: System.Collections.Generic::IEnumerable<String>
| Exception | Condition |
|---|---|
| ServicingStepGroupNotFoundException | At least one servicing step group from stepGroups collection is not defined in the configuration database. |
- 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.
Show: