Condividi tramite


StatusingEventReceiverServiceProxyClient.OnStatusSubmittedRemote method

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Sub OnStatusSubmittedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusSubmitPostEventArgs _
)
'Usage
Dim instance As StatusingEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusSubmitPostEventArgs

instance.OnStatusSubmittedRemote(contextInfo, _
    eventHandlerUid, e)
public void OnStatusSubmittedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusSubmitPostEventArgs e
)

Parameters

Implements

IStatusingEventReceiverRemote.OnStatusSubmittedRemote(PSContextInfo, Guid, StatusSubmitPostEventArgs)

See also

Reference

StatusingEventReceiverServiceProxyClient class

StatusingEventReceiverServiceProxyClient members

Microsoft.Office.Project.Server.Events namespace