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
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor retornado
Tipo: Microsoft.Office.Project.Server.Events.ResourcePlanPublishingEventArgs
Implementos
Ver também
Referência
ResourcePlanEventReceiver classe