AdminEventReceiver.OnAdSyncGroupSynchronizing - Méthode
Un gestionnaire de pré-événement local pour le Admin – l'événement AdSyncGroupSynchronizing , qui se produit avant que Project Server synchronise un groupe Active Directory spécifié 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 OnAdSyncGroupSynchronizing ( _
contextInfo As PSContextInfo, _
e As AdSyncGroupSynchronizingEventArgs _
)
'Utilisation
Dim instance As AdminEventReceiver
Dim contextInfo As PSContextInfo
Dim e As AdSyncGroupSynchronizingEventArgs
instance.OnAdSyncGroupSynchronizing(contextInfo, _
e)
public virtual void OnAdSyncGroupSynchronizing(
PSContextInfo contextInfo,
AdSyncGroupSynchronizingEventArgs 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.AdSyncGroupSynchronizingEventArgsLes données pour l'événement.
Remarques
La méthode SetActiveDirectorySyncGroupSettings déclenche l'événement AdSyncGroupSynchronizing .