This documentation is archived and is not being maintained.

ITeamProjectCollectionServicing::UpdateServicingOperation Method (String, IEnumerable<String>, IEnumerable<String>)

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>

ExceptionCondition
ServicingStepGroupNotFoundException

At least one servicing step group from stepGroups collection is not defined in the configuration database.

Show: