Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected MustOverride Function OpenServicingOperationSteam ( _
    resourceName As String _
) As Stream
protected abstract Stream OpenServicingOperationSteam(
    string resourceName
)
protected:
virtual Stream^ OpenServicingOperationSteam(
    String^ resourceName
) abstract
abstract OpenServicingOperationSteam : 
        resourceName:string -> Stream
protected abstract function OpenServicingOperationSteam(
    resourceName : String
) : Stream
Parameters
- resourceName
 Type: System.String
Return Value
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.