Events.ReadEventHandlerAssociations 方法

获取所有 Project Server 事件的事件处理程序的所有信息。

命名空间:  WebSvcEvents
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Events/ReadEventHandlerAssociations", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Events/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Events/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadEventHandlerAssociations As EventHandlersDataSet
用法
Dim instance As Events
Dim returnValue As EventHandlersDataSet

returnValue = instance.ReadEventHandlerAssociations()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Events/ReadEventHandlerAssociations", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Events/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Events/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public EventHandlersDataSet ReadEventHandlerAssociations()

返回值

类型:WebSvcEvents.EventHandlersDataSet
EventHandlersDataSet包含有关所有事件,包括事件处理程序程序集名称、 类名、 说明、 相关的事件和事件处理程序调用 (序列号) 的顺序的事件处理程序关联的所有信息。

备注

Project Server 权限

权限

说明

ManageServerEvents

允许用户管理的服务器端事件处理程序。全局权限。

另请参阅

引用

Events 类

Events 成员

WebSvcEvents 命名空间