Events Class
Includes methods for managing Project Server 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
[Events Web service].Events
Namespace: [Events Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Events.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Events.asmx?wsdl
Syntax
'Declaration
<WebServiceBindingAttribute(Name := "EventsSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/Events/")> _
Public Class Events _
Inherits SoapHttpClientProtocol
'Usage
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.