IStatusingEventReceiverRemote.OnStatusSubmitingRemote-Methode
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function OnStatusSubmitingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As StatusSubmitPreEventArgs _
) As StatusSubmitPreEventArgs
'Usage
Dim instance As IStatusingEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusSubmitPreEventArgs
Dim returnValue As StatusSubmitPreEventArgs
returnValue = instance.OnStatusSubmitingRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
StatusSubmitPreEventArgs OnStatusSubmitingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
StatusSubmitPreEventArgs e
)
Parameter
- contextInfo
Typ: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Typ: System.Guid
Rückgabewert
Typ: Microsoft.Office.Project.Server.Events.StatusSubmitPreEventArgs
Siehe auch
Referenz
IStatusingEventReceiverRemote Schnittstelle