Share via


IdentityManagementWebService.RefreshIdentity Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.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

.NET Framework Security

See Also

Reference

IdentityManagementWebService Class

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace