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