Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetServicingResources ( _
    requestContext As TeamFoundationRequestContext _
) As List(Of String)
public List<string> GetServicingResources(
    TeamFoundationRequestContext requestContext
)
public:
List<String^>^ GetServicingResources(
    TeamFoundationRequestContext^ requestContext
)
member GetServicingResources : 
        requestContext:TeamFoundationRequestContext -> List<string> 
public function GetServicingResources(
    requestContext : TeamFoundationRequestContext
) : List<String>
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: System.Collections.Generic.List<String>
.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.