AdminEventReceiver.OnAdSyncGroupsSynchronizing - Méthode

Un gestionnaire de pré-événement local pour le Admin – l'événement AdSyncGroupsSynchronizing , qui se produit avant que 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 OnAdSyncGroupsSynchronizing ( _
    contextInfo As PSContextInfo, _
    e As AdSyncGroupsSynchronizingEventArgs _
)
'Utilisation
Dim instance As AdminEventReceiver
Dim contextInfo As PSContextInfo
Dim e As AdSyncGroupsSynchronizingEventArgs

instance.OnAdSyncGroupsSynchronizing(contextInfo, _
    e)
public virtual void OnAdSyncGroupsSynchronizing(
    PSContextInfo contextInfo,
    AdSyncGroupsSynchronizingEventArgs e
)

Paramètres

Remarques

La méthode SetActiveDirectorySyncGroupSettings déclenche l'événement AdSyncGroupsSynchronizing .

Voir aussi

Référence

AdminEventReceiver classe

AdminEventReceiver - Membres

Microsoft.Office.Project.Server.Events - Espace de noms