Compartilhar via


ResourcePlanEventReceiver.OnResourcePlanPublishingRemote 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 Function OnResourcePlanPublishingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ResourcePlanPublishingEventArgs _
) As ResourcePlanPublishingEventArgs
'Uso
Dim instance As ResourcePlanEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ResourcePlanPublishingEventArgs
Dim returnValue As ResourcePlanPublishingEventArgs

returnValue = instance.OnResourcePlanPublishingRemote(contextInfo, _
    eventHandlerUid, e)
public virtual ResourcePlanPublishingEventArgs OnResourcePlanPublishingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ResourcePlanPublishingEventArgs e
)

Parâmetros

Valor retornado

Tipo: Microsoft.Office.Project.Server.Events.ResourcePlanPublishingEventArgs

Implementos

IResourcePlanEventReceiverRemote.OnResourcePlanPublishingRemote(PSContextInfo, Guid, ResourcePlanPublishingEventArgs)

Ver também

Referência

ResourcePlanEventReceiver classe

ResourcePlanEventReceiver membros

Microsoft.Office.Project.Server.Events namespace