다음을 통해 공유


TeamFoundationIdentityService.RefreshIdentity Method

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

Syntax

‘선언
Public Function RefreshIdentity ( _
    requestContext As TeamFoundationRequestContext, _
    descriptor As IdentityDescriptor _
) As Boolean
public bool RefreshIdentity(
    TeamFoundationRequestContext requestContext,
    IdentityDescriptor descriptor
)
public:
bool RefreshIdentity(
    TeamFoundationRequestContext^ requestContext, 
    IdentityDescriptor^ descriptor
)
member RefreshIdentity : 
        requestContext:TeamFoundationRequestContext * 
        descriptor:IdentityDescriptor -> bool 
public function RefreshIdentity(
    requestContext : TeamFoundationRequestContext, 
    descriptor : IdentityDescriptor
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamFoundationIdentityService Class

Microsoft.TeamFoundation.Framework.Server Namespace