TeamFoundationServicingService.UpdateServicingOperation Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
UpdateServicingOperation(TeamFoundationRequestContext, Stream, TeamFoundationLock) | Updates the servicing operation. All servicing step groups listed in the stepGroups collection must be added to the configuration database before you call this method. | |
UpdateServicingOperation(TeamFoundationRequestContext, String, IEnumerable<String>, IEnumerable<String>, TeamFoundationLock) | Updates the servicing operation. All servicing step groups listed in the stepGroups collection must be added to the configuration database before you call this method. |
Top