This documentation is archived and is not being maintained.
ITeamProjectCollectionServicing::AddServicingOperation Method (Stream)
Visual Studio 2013
Adds a new servicing operation to the configuration database. All servicing step groups specified in the Xml file 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)
| Exception | Condition |
|---|---|
| ServicingOperationAlreadyExistsException | An operation with the same name already exists the configuration database. |
| ServicingStepGroupNotFoundException | At least one servicing step group 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: