Share via


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

returnValue = instance.OnSendingRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
NotificationsPreSendEventArgs OnSendingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    NotificationsPreSendEventArgs e
)

Parameters

Return value

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

See also

Reference

INotificationsEventReceiverRemote interface

INotificationsEventReceiverRemote members

Microsoft.Office.Project.Server.Events namespace