del método ResourceEventReceiver.OnCheckingInRemote
Espacio de nombres: Microsoft.Office.Project.Server.Events
Ensamblado: Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxis
'Declaración
Public Overridable Function OnCheckingInRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ResourceCheckInPreEventArgs _
) As ResourceCheckInPreEventArgs
'Uso
Dim instance As ResourceEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ResourceCheckInPreEventArgs
Dim returnValue As ResourceCheckInPreEventArgs
returnValue = instance.OnCheckingInRemote(contextInfo, _
eventHandlerUid, e)
public virtual ResourceCheckInPreEventArgs OnCheckingInRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
ResourceCheckInPreEventArgs e
)
Parámetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor devuelto
Tipo: Microsoft.Office.Project.Server.Events.ResourceCheckInPreEventArgs
Implementaciones
IResourceEventReceiverRemote.OnCheckingInRemote(PSContextInfo, Guid, ResourceCheckInPreEventArgs)