Namespace:  Microsoft.VisualStudio.Services.Account
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Sub CheckOrphanHost ( _
    requestContext As TeamFoundationRequestContext, _
    accountName As String, _
    accountId As Guid _
)
protected void CheckOrphanHost(
    TeamFoundationRequestContext requestContext,
    string accountName,
    Guid accountId
)
protected:
void CheckOrphanHost(
    TeamFoundationRequestContext^ requestContext, 
    String^ accountName, 
    Guid accountId
)
member CheckOrphanHost : 
        requestContext:TeamFoundationRequestContext * 
        accountName:string * 
        accountId:Guid -> unit
protected function CheckOrphanHost(
    requestContext : TeamFoundationRequestContext, 
    accountName : String, 
    accountId : Guid
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- accountName
 Type: System.String
- accountId
 Type: System.Guid
.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.