Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
descriptor
Type: Microsoft.VisualStudio.Services.Identity.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.
.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.