Events.DeleteEventHandlerAssociations 方法

删除 Project Server 事件处理程序关联。

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

语法

声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Events/DeleteEventHandlerAssociations", 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 Sub DeleteEventHandlerAssociations ( _
    eventHandlerUids As Guid() _
)
用法
Dim instance As Events
Dim eventHandlerUids As Guid()

instance.DeleteEventHandlerAssociations(eventHandlerUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Events/DeleteEventHandlerAssociations", 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 void DeleteEventHandlerAssociations(
    Guid[] eventHandlerUids
)

参数

  • eventHandlerUids
    类型:[]

    事件处理程序的 Guid 的数组。

备注

Project Server 权限

权限

说明

ManageServerEvents

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

另请参阅

引用

Events 类

Events 成员

WebSvcEvents 命名空间