Compartilhar via


NotificationsEventReceiverServiceProxyClient.OnSentRemote 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
Public Sub OnSentRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As NotificationsPostSendEventArgs _
)
'Uso
Dim instance As NotificationsEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As NotificationsPostSendEventArgs

instance.OnSentRemote(contextInfo, eventHandlerUid, _
    e)
public void OnSentRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    NotificationsPostSendEventArgs e
)

Parâmetros

Implementos

INotificationsEventReceiverRemote.OnSentRemote(PSContextInfo, Guid, NotificationsPostSendEventArgs)

Ver também

Referência

NotificationsEventReceiverServiceProxyClient classe

NotificationsEventReceiverServiceProxyClient membros

Microsoft.Office.Project.Server.Events namespace