ITeamProjectCollectionServicing.UpdateServicingOperation Method (Stream)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
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
.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