ITeamFoundationHostManagementService.BeginRequest-Methode
Gibt einen RequestContextBase zurück, der an der angegebenen Instanz verwendet wird
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
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- instanceId
Typ: System.Guid
- contextType
Typ: Microsoft.TeamFoundation.Framework.Server.RequestContextType
- loadIfNecessary
Typ: System.Boolean
- throwIfShutdown
Typ: System.Boolean
- userContext
Typ: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Rückgabewert
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Gibt TeamFoundationRequestContext zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.