ResourcePlanEventReceiverServiceProxyClient.OnResourcePlanPublishingRemote-Methode
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 OnResourcePlanPublishingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ResourcePlanPublishingEventArgs _
) As ResourcePlanPublishingEventArgs
'Usage
Dim instance As ResourcePlanEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ResourcePlanPublishingEventArgs
Dim returnValue As ResourcePlanPublishingEventArgs
returnValue = instance.OnResourcePlanPublishingRemote(contextInfo, _
eventHandlerUid, e)
public ResourcePlanPublishingEventArgs OnResourcePlanPublishingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
ResourcePlanPublishingEventArgs e
)
Parameter
- contextInfo
Typ: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Typ: System.Guid
Rückgabewert
Typ: Microsoft.Office.Project.Server.Events.ResourcePlanPublishingEventArgs
Implementiert
Siehe auch
Referenz
ResourcePlanEventReceiverServiceProxyClient Klasse