BindPendingProvider.SyncMembers, méthode
Espace de noms : Microsoft.VisualStudio.Services.Identity
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Sub SyncMembers ( _
descriptor As IdentityDescriptor, _
syncHelper As IIdentitySyncHelper, _
syncAgents As Dictionary(Of String, IIdentityProvider), _
providerInfo As String, _
requestContext As TeamFoundationRequestContext, _
syncErrors As SyncErrors _
)
public void SyncMembers(
IdentityDescriptor descriptor,
IIdentitySyncHelper syncHelper,
Dictionary<string, IIdentityProvider> syncAgents,
string providerInfo,
TeamFoundationRequestContext requestContext,
SyncErrors syncErrors
)
Paramètres
- descriptor
Type : Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
- syncHelper
Type : Microsoft.VisualStudio.Services.Identity.IIdentitySyncHelper
- syncAgents
Type : System.Collections.Generic.Dictionary<String, IIdentityProvider>
- providerInfo
Type : System.String
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- syncErrors
Type : Microsoft.VisualStudio.Services.Identity.SyncErrors
Implémentations
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.