Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe context for this request.
descriptor
Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptorIdentity specification. Null implies caller.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.