Condividi tramite


NotificationsEventReceiverServiceProxyClient.OnSendingRemote 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 Function OnSendingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As NotificationsPreSendEventArgs _
) As NotificationsPreSendEventArgs
'Usage
Dim instance As NotificationsEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As NotificationsPreSendEventArgs
Dim returnValue As NotificationsPreSendEventArgs

returnValue = instance.OnSendingRemote(contextInfo, _
    eventHandlerUid, e)
public NotificationsPreSendEventArgs OnSendingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    NotificationsPreSendEventArgs e
)

Parameters

Return value

Type: Microsoft.Office.Project.Server.Events.NotificationsPreSendEventArgs

Implements

INotificationsEventReceiverRemote.OnSendingRemote(PSContextInfo, Guid, NotificationsPreSendEventArgs)

See also

Reference

NotificationsEventReceiverServiceProxyClient class

NotificationsEventReceiverServiceProxyClient members

Microsoft.Office.Project.Server.Events namespace