ResourceEventReceiver.OnActivatingRemote método
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public Overridable Function OnActivatingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ResourceActivatePreEventArgs _
) As ResourceActivatePreEventArgs
'Uso
Dim instance As ResourceEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ResourceActivatePreEventArgs
Dim returnValue As ResourceActivatePreEventArgs
returnValue = instance.OnActivatingRemote(contextInfo, _
eventHandlerUid, e)
public virtual ResourceActivatePreEventArgs OnActivatingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
ResourceActivatePreEventArgs e
)
Parâmetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor retornado
Tipo: Microsoft.Office.Project.Server.Events.ResourceActivatePreEventArgs
Implementos
IResourceEventReceiverRemote.OnActivatingRemote(PSContextInfo, Guid, ResourceActivatePreEventArgs)