TeamFoundationServicingService.UpdateServicingOperation Method (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.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub UpdateServicingOperation ( _
requestContext As TeamFoundationRequestContext, _
xmlStream As Stream, _
servicingLock As TeamFoundationLock _
)
public void UpdateServicingOperation(
TeamFoundationRequestContext requestContext,
Stream xmlStream,
TeamFoundationLock servicingLock
)
public:
void UpdateServicingOperation(
TeamFoundationRequestContext^ requestContext,
Stream^ xmlStream,
TeamFoundationLock^ servicingLock
)
member UpdateServicingOperation :
requestContext:TeamFoundationRequestContext *
xmlStream:Stream *
servicingLock:TeamFoundationLock -> unit
public function UpdateServicingOperation(
requestContext : TeamFoundationRequestContext,
xmlStream : Stream,
servicingLock : TeamFoundationLock
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextA request context.
- xmlStream
Type: System.IO.Stream
- servicingLock
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationLock
Exceptions
Exception | Condition |
---|---|
ServicingStepGroupNotFoundException | At least one servicing step group from the stepGroups collection 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
TeamFoundationServicingService Class