ITeamProjectCollectionServicing.UpdateServicingOperation Method (Stream)

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.Stream

    A 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

See Also

Reference

ITeamProjectCollectionServicing Interface

UpdateServicingOperation Overload

Microsoft.TeamFoundation.Framework.Client Namespace