ITeamProjectCollectionServicing.AddServicingOperation Method (Stream)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub AddServicingOperation ( _
xmlStream As Stream _
)
void AddServicingOperation(
Stream xmlStream
)
void AddServicingOperation(
Stream^ xmlStream
)
abstract AddServicingOperation :
xmlStream:Stream -> unit
function AddServicingOperation(
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