Events 类

包含用于管理 Project Server 事件处理程序关联的方法。读取 Project Server 事件、 事件处理程序关联的特定事件或所有事件处理程序关联的列表。创建、 更新和删除事件处理程序关联。

继承层次结构

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcEvents.Events

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

语法

声明
<WebServiceBindingAttribute(Name := "EventsSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/Events/")> _
Public Class Events _
    Inherits SoapHttpClientProtocol
用法
Dim instance As Events
[WebServiceBindingAttribute(Name = "EventsSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/Events/")]
public class Events : SoapHttpClientProtocol

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

Events 成员

WebSvcEvents 命名空间