IIdentitySynchronizer.SyncIdentity Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Sub SyncIdentity ( _
    requestContext As TeamFoundationRequestContext, _
    rootIdentity As TeamFoundationIdentity, _
    recursive As Boolean _
)
void SyncIdentity(
    TeamFoundationRequestContext requestContext,
    TeamFoundationIdentity rootIdentity,
    bool recursive
)
void SyncIdentity(
    TeamFoundationRequestContext^ requestContext, 
    TeamFoundationIdentity^ rootIdentity, 
    bool recursive
)
abstract SyncIdentity : 
        requestContext:TeamFoundationRequestContext * 
        rootIdentity:TeamFoundationIdentity * 
        recursive:bool -> unit
function SyncIdentity(
    requestContext : TeamFoundationRequestContext, 
    rootIdentity : TeamFoundationIdentity, 
    recursive : boolean
)

Parameters

.NET Framework Security

See Also

Reference

IIdentitySynchronizer Interface

Microsoft.TeamFoundation.Framework.Server Namespace