Share via


ITeamFoundationHostManagementService.BeginRequest Method

Returns a RequestContextBase targeted at the given instance

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

Syntax

'Declaration
Function BeginRequest ( _
    requestContext As TeamFoundationRequestContext, _
    instanceId As Guid, _
    contextType As RequestContextType, _
    loadIfNecessary As Boolean, _
    throwIfShutdown As Boolean, _
    userContext As IdentityDescriptor _
) As TeamFoundationRequestContext
TeamFoundationRequestContext BeginRequest(
    TeamFoundationRequestContext requestContext,
    Guid instanceId,
    RequestContextType contextType,
    bool loadIfNecessary,
    bool throwIfShutdown,
    IdentityDescriptor userContext
)
TeamFoundationRequestContext^ BeginRequest(
    TeamFoundationRequestContext^ requestContext, 
    Guid instanceId, 
    RequestContextType contextType, 
    bool loadIfNecessary, 
    bool throwIfShutdown, 
    IdentityDescriptor^ userContext
)
abstract BeginRequest : 
        requestContext:TeamFoundationRequestContext * 
        instanceId:Guid * 
        contextType:RequestContextType * 
        loadIfNecessary:bool * 
        throwIfShutdown:bool * 
        userContext:IdentityDescriptor -> TeamFoundationRequestContext
function BeginRequest(
    requestContext : TeamFoundationRequestContext, 
    instanceId : Guid, 
    contextType : RequestContextType, 
    loadIfNecessary : boolean, 
    throwIfShutdown : boolean, 
    userContext : IdentityDescriptor
) : TeamFoundationRequestContext

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Returns TeamFoundationRequestContext.

.NET Framework Security

See Also

Reference

ITeamFoundationHostManagementService Interface

Microsoft.TeamFoundation.Framework.Server Namespace