del método IResourceEventReceiverRemote.OnActivatingRemote
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 OnActivatingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ResourceActivatePreEventArgs _
) As ResourceActivatePreEventArgs
'Uso
Dim instance As IResourceEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ResourceActivatePreEventArgs
Dim returnValue As ResourceActivatePreEventArgs
returnValue = instance.OnActivatingRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
ResourceActivatePreEventArgs OnActivatingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
ResourceActivatePreEventArgs e
)
Parámetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor devuelto
Tipo: Microsoft.Office.Project.Server.Events.ResourceActivatePreEventArgs
Vea también
Referencia
interfaz IResourceEventReceiverRemote