Share via


TeamFoundationIdentityService.RefreshIdentity Method

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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

Implements

ITeamFoundationIdentityService.RefreshIdentity(TeamFoundationRequestContext, IdentityDescriptor)

.NET Framework Security

See Also

Reference

TeamFoundationIdentityService Class

Microsoft.TeamFoundation.Server.Core Namespace