IIdentityProvider.SyncMembers 方法
命名空間: Microsoft.VisualStudio.Services.Identity
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
Sub SyncMembers ( _
descriptor As IdentityDescriptor, _
syncHelper As IIdentitySyncHelper, _
syncAgents As Dictionary(Of String, IIdentityProvider), _
providerInfo As String, _
requestContext As TeamFoundationRequestContext, _
syncErrors As SyncErrors _
)
void SyncMembers(
IdentityDescriptor descriptor,
IIdentitySyncHelper syncHelper,
Dictionary<string, IIdentityProvider> syncAgents,
string providerInfo,
TeamFoundationRequestContext requestContext,
SyncErrors syncErrors
)
參數
- syncAgents
類型:System.Collections.Generic.Dictionary<String, IIdentityProvider>
- providerInfo
類型:System.String
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- syncErrors
類型:Microsoft.VisualStudio.Services.Identity.SyncErrors
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。