Events Class

Includes methods for managing Microsoft Office Project Server 2007 event handler associations. Read the list of Project Server events, event handler associations for a specific event, or all event handler associations. Create, update, and delete event handler associations.

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:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "EventsSoap", Namespace := "http://schemas.microsoft.com/office/project/server/webservices/Events/")> _
Public Class Events _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As Events
[WebServiceBindingAttribute(Name = "EventsSoap", Namespace = "http://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.

See Also

Reference

Events Members

WebSvcEvents Namespace