Compartilhar via


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

instance.OnCheckedInRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
void OnCheckedInRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    LookupTableCheckInPostEventArgs e
)

Parâmetros

Ver também

Referência

ILookupTableEventReceiverRemote interface

ILookupTableEventReceiverRemote membros

Microsoft.Office.Project.Server.Events namespace