Compartilhar via


IResourceEventReceiverRemote.OnChangedRemote 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> _
Sub OnChangedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ResourceUpdatePostEventArgs _
)
'Uso
Dim instance As IResourceEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ResourceUpdatePostEventArgs

instance.OnChangedRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
void OnChangedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ResourceUpdatePostEventArgs e
)

Parâmetros

Ver também

Referência

IResourceEventReceiverRemote interface

IResourceEventReceiverRemote membros

Microsoft.Office.Project.Server.Events namespace