IServicingResourceProvider.GetServicingResource Method

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

Syntax

'Declaration
Function GetServicingResource ( _
    resourceName As String _
) As Stream
Stream GetServicingResource(
    string resourceName
)
Stream^ GetServicingResource(
    String^ resourceName
)
abstract GetServicingResource : 
        resourceName:string -> Stream
function GetServicingResource(
    resourceName : String
) : Stream

Parameters

Return Value

Type: System.IO.Stream
Returns Stream.

.NET Framework Security

See Also

Reference

IServicingResourceProvider Interface

Microsoft.TeamFoundation.Framework.Server Namespace