AdminEventReceiver.OnLineClassUpdatingRemote 方法

Admin — LineClassUpdating事件,发生在项目服务器更新时间表行分类之前远程前期事件接收器。

命名空间:  Microsoft.Office.Project.Server.Events
程序集:  Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

语法

声明
Public Overridable Function OnLineClassUpdatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As LineClassPreUpdateEventArgs _
) As LineClassPreUpdateEventArgs
用法
Dim instance As AdminEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As LineClassPreUpdateEventArgs
Dim returnValue As LineClassPreUpdateEventArgs

returnValue = instance.OnLineClassUpdatingRemote(contextInfo, _
    eventHandlerUid, e)
public virtual LineClassPreUpdateEventArgs OnLineClassUpdatingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    LineClassPreUpdateEventArgs e
)

参数

  • eventHandlerUid
    类型:System.Guid

    远程事件接收器的 GUID。

返回值

类型:Microsoft.Office.Project.Server.Events.LineClassPreUpdateEventArgs

实现

IAdminEventReceiverRemote.OnLineClassUpdatingRemote(PSContextInfo, Guid, LineClassPreUpdateEventArgs)

备注

LineClassUpdating事件发生之前创建、 更新或删除工时单行。例如,当您将时间表行分类从活动更改为非活动,在Project Web App中,在行分类页面上,然后保存页面时的LineClassUpdating和LineClassUpdated事件被触发。

UpdateLineClasses方法触发LineClassUpdating事件。在Project Server 2013 CSOM 不包括Admin的等效方法。

另请参阅

引用

AdminEventReceiver 类

AdminEventReceiver 成员

Microsoft.Office.Project.Server.Events 命名空间