ITeamFoundationHostManagementService.BeginUserRequest Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function BeginUserRequest ( _
requestContext As TeamFoundationRequestContext, _
instanceId As Guid, _
userContext As IdentityDescriptor, _
throwIfShutdown As Boolean _
) As TeamFoundationRequestContext
TeamFoundationRequestContext BeginUserRequest(
TeamFoundationRequestContext requestContext,
Guid instanceId,
IdentityDescriptor userContext,
bool throwIfShutdown
)
TeamFoundationRequestContext^ BeginUserRequest(
TeamFoundationRequestContext^ requestContext,
Guid instanceId,
IdentityDescriptor^ userContext,
bool throwIfShutdown
)
abstract BeginUserRequest :
requestContext:TeamFoundationRequestContext *
instanceId:Guid *
userContext:IdentityDescriptor *
throwIfShutdown:bool -> TeamFoundationRequestContext
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.
.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.