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