Compartilhar via


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

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

Parâmetros

Implementos

INotificationsEventReceiverRemote.OnSentRemote(PSContextInfo, Guid, NotificationsPostSendEventArgs)

Ver também

Referência

NotificationsEventReceiver classe

NotificationsEventReceiver membros

Microsoft.Office.Project.Server.Events namespace