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 (現在同步處理) 的情況下,否則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。