Add or replace a servicing resource for use by Framework stepTypes.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub UpdateServicingResource ( _
    name As String, _
    contentStream As Stream _
)
void UpdateServicingResource(
    string name,
    Stream contentStream
)
void UpdateServicingResource(
    String^ name, 
    Stream^ contentStream
)
abstract UpdateServicingResource : 
        name:string * 
        contentStream:Stream -> unit
function UpdateServicingResource(
    name : String, 
    contentStream : Stream
)
Parameters
- name 
 Type: System.String- A unique name for the servicing resource. 
- contentStream 
 Type: System.IO.Stream- A stream containing the content to add. 
.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