StatusingEventReceiverServiceProxyClient.OnApplyingRemote 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 Function OnApplyingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As StatusingPreApplyEventArgs _
) As StatusingPreApplyEventArgs
'Uso
Dim instance As StatusingEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusingPreApplyEventArgs
Dim returnValue As StatusingPreApplyEventArgs
returnValue = instance.OnApplyingRemote(contextInfo, _
eventHandlerUid, e)
public StatusingPreApplyEventArgs OnApplyingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
StatusingPreApplyEventArgs e
)
Parâmetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor retornado
Tipo: Microsoft.Office.Project.Server.Events.StatusingPreApplyEventArgs
Implementos
IStatusingEventReceiverRemote.OnApplyingRemote(PSContextInfo, Guid, StatusingPreApplyEventArgs)
Ver também
Referência
StatusingEventReceiverServiceProxyClient classe