Compartir a través de


del método IResourceEventReceiverRemote.OnCreatingRemote

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 OnCreatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ResourceCreatePreEventArgs _
) As ResourceCreatePreEventArgs
'Uso
Dim instance As IResourceEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ResourceCreatePreEventArgs
Dim returnValue As ResourceCreatePreEventArgs

returnValue = instance.OnCreatingRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
ResourceCreatePreEventArgs OnCreatingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ResourceCreatePreEventArgs e
)

Parámetros

Valor devuelto

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

Vea también

Referencia

interfaz IResourceEventReceiverRemote

Miembros IResourceEventReceiverRemote

Espacio de nombres Microsoft.Office.Project.Server.Events