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
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor devuelto
Tipo: Microsoft.Office.Project.Server.Events.ActivityUpgradingEventArgs
Vea también
Referencia
interfaz IProjectEventReceiverRemote