Compartir a través de


del método AdminEventReceiverServiceProxyClient.OnAdSyncGroupSynchronizingRemote

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 OnAdSyncGroupSynchronizingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As AdSyncGroupSynchronizingEventArgs _
) As AdSyncGroupSynchronizingEventArgs
'Uso
Dim instance As AdminEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As AdSyncGroupSynchronizingEventArgs
Dim returnValue As AdSyncGroupSynchronizingEventArgs

returnValue = instance.OnAdSyncGroupSynchronizingRemote(contextInfo, _
    eventHandlerUid, e)
public AdSyncGroupSynchronizingEventArgs OnAdSyncGroupSynchronizingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    AdSyncGroupSynchronizingEventArgs e
)

Parámetros

Valor devuelto

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

Implementaciones

IAdminEventReceiverRemote.OnAdSyncGroupSynchronizingRemote(PSContextInfo, Guid, AdSyncGroupSynchronizingEventArgs)

Vea también

Referencia

clase AdminEventReceiverServiceProxyClient

Miembros AdminEventReceiverServiceProxyClient

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