Notifications Class

Includes methods for managing reminders and alerts in Project Server.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            [Notifications Web service].Notifications

Namespace:  [Notifications Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Notifications.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Notifications.asmx?wsdl

Syntax

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

Remarks

The Notifications web service manages pre-defined alerts and reminders for the current user. The alerts and reminders are listed in Notification.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Notifications Members

Notifications Web Service

Notification