IStatusReportsEventReceiverRemote.OnResponseUpdatedRemote 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 OnResponseUpdatedRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As StatusReportsPostResponseUpdateEventArgs _
)
'Uso
Dim instance As IStatusReportsEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusReportsPostResponseUpdateEventArgs
instance.OnResponseUpdatedRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
void OnResponseUpdatedRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
StatusReportsPostResponseUpdateEventArgs e
)
Parâmetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Ver também
Referência
IStatusReportsEventReceiverRemote interface