Share via


AccountService.CheckOrphanHost Method

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

.NET Framework Security

See Also

Reference

AccountService Class

Microsoft.VisualStudio.Services.Account Namespace