Condividi tramite


NotificationsEventReceiverServiceProxyClient.OnSentRemote method

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

Syntax

'Declaration
Public Sub OnSentRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As NotificationsPostSendEventArgs _
)
'Usage
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
)

Parameters

Implements

INotificationsEventReceiverRemote.OnSentRemote(PSContextInfo, Guid, NotificationsPostSendEventArgs)

See also

Reference

NotificationsEventReceiverServiceProxyClient class

NotificationsEventReceiverServiceProxyClient members

Microsoft.Office.Project.Server.Events namespace