ICustomFieldsEventReceiverRemote.OnCheckingInRemote - Méthode
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
Function OnCheckingInRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As CustomFieldsCheckInPreEventArgs _
) As CustomFieldsCheckInPreEventArgs
'Utilisation
Dim instance As ICustomFieldsEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As CustomFieldsCheckInPreEventArgs
Dim returnValue As CustomFieldsCheckInPreEventArgs
returnValue = instance.OnCheckingInRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
CustomFieldsCheckInPreEventArgs OnCheckingInRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
CustomFieldsCheckInPreEventArgs e
)
Paramètres
- contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type : System.Guid
Valeur renvoyée
Type : Microsoft.Office.Project.Server.Events.CustomFieldsCheckInPreEventArgs
Voir aussi
Référence
ICustomFieldsEventReceiverRemote interface