Compartir a través de


del método AdminEventReceiverServiceProxyClient.OnAdSyncGroupsSynchronizingRemote

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
Public Function OnAdSyncGroupsSynchronizingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As AdSyncGroupsSynchronizingEventArgs _
) As AdSyncGroupsSynchronizingEventArgs
'Uso
Dim instance As AdminEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As AdSyncGroupsSynchronizingEventArgs
Dim returnValue As AdSyncGroupsSynchronizingEventArgs

returnValue = instance.OnAdSyncGroupsSynchronizingRemote(contextInfo, _
    eventHandlerUid, e)
public AdSyncGroupsSynchronizingEventArgs OnAdSyncGroupsSynchronizingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    AdSyncGroupsSynchronizingEventArgs e
)

Parámetros

Valor devuelto

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

Implementaciones

IAdminEventReceiverRemote.OnAdSyncGroupsSynchronizingRemote(PSContextInfo, Guid, AdSyncGroupsSynchronizingEventArgs)

Vea también

Referencia

clase AdminEventReceiverServiceProxyClient

Miembros AdminEventReceiverServiceProxyClient

Espacio de nombres Microsoft.Office.Project.Server.Events