Compartir a través de


del método IProjectEventReceiverRemote.OnActivityUpgradingRemote

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 OnActivityUpgradingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ActivityUpgradingEventArgs _
) As ActivityUpgradingEventArgs
'Uso
Dim instance As IProjectEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ActivityUpgradingEventArgs
Dim returnValue As ActivityUpgradingEventArgs

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

Parámetros

Valor devuelto

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

Vea también

Referencia

interfaz IProjectEventReceiverRemote

Miembros IProjectEventReceiverRemote

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