This documentation is archived and is not being maintained.
IIdentityManagementService.RefreshIdentity Method
Visual Studio 2013
Refresh identity properties from provider now. This identity must already be in the IMS store. If identity is a group, its DIRECT members and their properties will also be refreshed (asynchronously).
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- descriptor
- Type: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
identity specification. Null implies caller
Return Value
Type: System.BooleanTrue if identity is in IMS (in which case will be refreshed now), else false.
- 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.
Show: