IdentityManagementWebService.RefreshIdentity 方法
同步现在标识。 此标识必须已在 IMS 存储。 如果标识是组,其直接成员的特性也已同步 (异步)。
命名空间: Microsoft.TeamFoundation.Server.Core.WebServices
程序集: Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function RefreshIdentity ( _
descriptor As IdentityDescriptor _
) As Boolean
[WebMethodAttribute]
public bool RefreshIdentity(
IdentityDescriptor descriptor
)
参数
- descriptor
类型:Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
标识规范。Null 表示调用方
返回值
类型:System.Boolean
则为 true,则标识 IMS (在现在已同步) 情况下,其他错误。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。