Compartilhar via


CustomFieldsEventReceiverServiceProxyClient.OnCheckedInRemote 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 Sub OnCheckedInRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As CustomFieldsCheckInPostEventArgs _
)
'Uso
Dim instance As CustomFieldsEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As CustomFieldsCheckInPostEventArgs

instance.OnCheckedInRemote(contextInfo, _
    eventHandlerUid, e)
public void OnCheckedInRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    CustomFieldsCheckInPostEventArgs e
)

Parâmetros

Implementos

ICustomFieldsEventReceiverRemote.OnCheckedInRemote(PSContextInfo, Guid, CustomFieldsCheckInPostEventArgs)

Ver também

Referência

CustomFieldsEventReceiverServiceProxyClient classe

CustomFieldsEventReceiverServiceProxyClient membros

Microsoft.Office.Project.Server.Events namespace