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