ServicingStepGroupProviderBase.OpenServicingStepGroupSteam Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected MustOverride Function OpenServicingStepGroupSteam ( _
    resourceName As String _
) As Stream
protected abstract Stream OpenServicingStepGroupSteam(
    string resourceName
)
protected:
virtual Stream^ OpenServicingStepGroupSteam(
    String^ resourceName
) abstract
abstract OpenServicingStepGroupSteam : 
        resourceName:string -> Stream
protected abstract function OpenServicingStepGroupSteam(
    resourceName : String
) : Stream

Parameters

Return Value

Type: System.IO.Stream

.NET Framework Security

See Also

Reference

ServicingStepGroupProviderBase Class

Microsoft.TeamFoundation.Framework.Server Namespace