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

Remarques

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

Voir aussi

Référence

AdminEventReceiver classe

AdminEventReceiver - Membres

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