Notifications 类

包含用于管理 Project Server 中的通知和提醒的方法。

继承层次结构

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcNotifications.Notifications

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

语法

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

备注

Notifications web 服务管理预定义的通知和提醒当前用户。Notification中列出的通知和提醒。

线程安全性

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

另请参阅

引用

Notifications 成员

WebSvcNotifications 命名空间

Notification