Compartilhar via


IAdminEventReceiverRemote.OnAdSyncGroupSynchronizingRemote método

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
<OperationContractAttribute> _
Function OnAdSyncGroupSynchronizingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As AdSyncGroupSynchronizingEventArgs _
) As AdSyncGroupSynchronizingEventArgs
'Uso
Dim instance As IAdminEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As AdSyncGroupSynchronizingEventArgs
Dim returnValue As AdSyncGroupSynchronizingEventArgs

returnValue = instance.OnAdSyncGroupSynchronizingRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
AdSyncGroupSynchronizingEventArgs OnAdSyncGroupSynchronizingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    AdSyncGroupSynchronizingEventArgs e
)

Parâmetros

Valor retornado

Tipo: Microsoft.Office.Project.Server.Events.AdSyncGroupSynchronizingEventArgs

Ver também

Referência

IAdminEventReceiverRemote interface

IAdminEventReceiverRemote membros

Microsoft.Office.Project.Server.Events namespace