IdentityManagementWebService.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.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function RefreshIdentity ( _
    descriptor As IdentityDescriptor _
) As Boolean
[WebMethodAttribute]
public bool RefreshIdentity(
    IdentityDescriptor descriptor
)
[WebMethodAttribute]
public:
bool RefreshIdentity(
    IdentityDescriptor^ descriptor
)
[<WebMethodAttribute>]
member RefreshIdentity : 
        descriptor:IdentityDescriptor -> bool
public function RefreshIdentity(
    descriptor : IdentityDescriptor
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IdentityManagementWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace