TeamFoundationIdentityService.RefreshIdentity Method

Sync an identity now. This identity must already be in the IMS store. If identity is a group, its DIRECT members' properties will also be synced (asynchronously).

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

Syntax

'Declaration
Public Function RefreshIdentity ( _
    requestContext As TeamFoundationRequestContext, _
    descriptor As IdentityDescriptor _
) As Boolean
public bool RefreshIdentity(
    TeamFoundationRequestContext requestContext,
    IdentityDescriptor descriptor
)
public:
virtual bool RefreshIdentity(
    TeamFoundationRequestContext^ requestContext, 
    IdentityDescriptor^ descriptor
) sealed
abstract RefreshIdentity : 
        requestContext:TeamFoundationRequestContext * 
        descriptor:IdentityDescriptor -> bool  
override RefreshIdentity : 
        requestContext:TeamFoundationRequestContext * 
        descriptor:IdentityDescriptor -> bool
public final function RefreshIdentity(
    requestContext : TeamFoundationRequestContext, 
    descriptor : IdentityDescriptor
) : boolean

Parameters

Return Value

Type: System.Boolean
True if identity is in IMS (in which case will be synced now), else false.

Implements

ITeamFoundationIdentityService.RefreshIdentity(TeamFoundationRequestContext, IdentityDescriptor)

.NET Framework Security

See Also

Reference

TeamFoundationIdentityService Class

Microsoft.TeamFoundation.Framework.Server Namespace