Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates servicing operation. 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)
Syntax
'Declaration
Sub UpdateServicingOperation ( _
xmlStream As Stream _
)
void UpdateServicingOperation(
Stream xmlStream
)
void UpdateServicingOperation(
Stream^ xmlStream
)
abstract UpdateServicingOperation :
xmlStream:Stream -> unit
function UpdateServicingOperation(
xmlStream : Stream
)
Parameters
xmlStream
Type: System.IO.StreamA stream for an Xml file that defines servicing operation.
Exceptions
Exception | Condition |
---|---|
ServicingStepGroupNotFoundException | At least one servicing step group is not defined in the configuration database. |
.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
ITeamProjectCollectionServicing Interface