AdminEventReceiver.OnAdSyncGroupsSynchronized - Méthode
Un gestionnaire d'événements après local pour le Admin – l'événement AdSyncGroupsSynchronized , qui se produit après Project Server synchronise les groupes Active Directory dans Project Web App.
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
Public Overridable Sub OnAdSyncGroupsSynchronized ( _
contextInfo As PSContextInfo, _
e As AdSyncGroupsSynchronizedEventArgs _
)
'Utilisation
Dim instance As AdminEventReceiver
Dim contextInfo As PSContextInfo
Dim e As AdSyncGroupsSynchronizedEventArgs
instance.OnAdSyncGroupsSynchronized(contextInfo, _
e)
public virtual void OnAdSyncGroupsSynchronized(
PSContextInfo contextInfo,
AdSyncGroupsSynchronizedEventArgs e
)
Paramètres
contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfoContient les informations de contexte de Project Server.
e
Type : Microsoft.Office.Project.Server.Events.AdSyncGroupsSynchronizedEventArgsLes données pour l'événement.
Remarques
La méthode SetActiveDirectorySyncGroupSettings déclenche l'événement AdSyncGroupsSynchronized .