Compartilhar via


Events class

Inclui os métodos de gerenciamento de associações de manipulador de evento do Project Server. Leia a lista de eventos, associações de manipulador de evento para um evento específico ou todas as associações de manipulador de eventos do Project Server. Criar, atualizar e excluir associações de manipulador de evento.

Inheritance hierarchy

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

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

Syntax

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

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

Events members

WebSvcEvents namespace