del método IStatusReportsEventReceiverRemote.OnRequestCreatingRemote
Espacio de nombres: Microsoft.Office.Project.Server.Events
Ensamblado: Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxis
'Declaración
<OperationContractAttribute> _
Function OnRequestCreatingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As StatusReportsPreRequestCreateEventArgs _
) As StatusReportsPreRequestCreateEventArgs
'Uso
Dim instance As IStatusReportsEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusReportsPreRequestCreateEventArgs
Dim returnValue As StatusReportsPreRequestCreateEventArgs
returnValue = instance.OnRequestCreatingRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
StatusReportsPreRequestCreateEventArgs OnRequestCreatingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
StatusReportsPreRequestCreateEventArgs e
)
Parámetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor devuelto
Tipo: Microsoft.Office.Project.Server.Events.StatusReportsPreRequestCreateEventArgs
Vea también
Referencia
interfaz IStatusReportsEventReceiverRemote