Compartilhar via


IResourceEventReceiverRemote.OnDeactivatingRemote 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
<OperationContractAttribute> _
Function OnDeactivatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ResourceDeactivatePreEventArgs _
) As ResourceDeactivatePreEventArgs
'Uso
Dim instance As IResourceEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ResourceDeactivatePreEventArgs
Dim returnValue As ResourceDeactivatePreEventArgs

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

Parâmetros

Valor retornado

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

Ver também

Referência

IResourceEventReceiverRemote interface

IResourceEventReceiverRemote membros

Microsoft.Office.Project.Server.Events namespace