Notifications クラス
アラームとプロジェクトのサーバーで警告を管理するためのメソッドが含まれます。
継承階層
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では、通知および事前通知が表示されます。
スレッド セーフ
この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。