Compartilhar via


Notifications class

Inclui os métodos de gerenciamento de alertas no Project Server e lembretes.

Inheritance hierarchy

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

Namespace:  WebSvcNotifications
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

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

Comentários

O serviço da web Notifications gerencia pré-definidos alertas e lembretes para o usuário atual. Os alertas e lembretes estão listados na 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.

Ver também

Referência

Notifications members

WebSvcNotifications namespace

Notification