Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function BeginUserRequest ( _
    requestContext As TeamFoundationRequestContext, _
    instanceId As Guid, _
    userContext As IdentityDescriptor, _
    throwIfShutdown As Boolean _
) As TeamFoundationRequestContext
public TeamFoundationRequestContext BeginUserRequest(
    TeamFoundationRequestContext requestContext,
    Guid instanceId,
    IdentityDescriptor userContext,
    bool throwIfShutdown
)
public:
virtual TeamFoundationRequestContext^ BeginUserRequest(
    TeamFoundationRequestContext^ requestContext, 
    Guid instanceId, 
    IdentityDescriptor^ userContext, 
    bool throwIfShutdown
) sealed
abstract BeginUserRequest : 
        requestContext:TeamFoundationRequestContext * 
        instanceId:Guid * 
        userContext:IdentityDescriptor * 
        throwIfShutdown:bool -> TeamFoundationRequestContext  
override BeginUserRequest : 
        requestContext:TeamFoundationRequestContext * 
        instanceId:Guid * 
        userContext:IdentityDescriptor * 
        throwIfShutdown:bool -> TeamFoundationRequestContext
public final function BeginUserRequest(
    requestContext : TeamFoundationRequestContext, 
    instanceId : Guid, 
    userContext : IdentityDescriptor, 
    throwIfShutdown : boolean
) : TeamFoundationRequestContext
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- instanceId
 Type: System.Guid
- userContext
 Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
- throwIfShutdown
 Type: System.Boolean
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Returns TeamFoundationRequestContext.
Implements
.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.