Events.ReadEventHandlerAssociations method

Gets information about all of the event handlers for all Project Server events.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Events/ReadEventHandlerAssociations", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Events/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Events/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadEventHandlerAssociations As EventHandlersDataSet
'Usage
Dim instance As Events
Dim returnValue As EventHandlersDataSet

returnValue = instance.ReadEventHandlerAssociations()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Events/ReadEventHandlerAssociations", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Events/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Events/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public EventHandlersDataSet ReadEventHandlerAssociations()

Return value

Type: WebSvcEvents.EventHandlersDataSet
The EventHandlersDataSet contains information about all of the event handler associations for all events, including the event handler assembly name, class name, description, related event, and the order in which the event handler is called (the sequence number).

Remarks

Project Server Permissions

Permission

Description

ManageServerEvents

Allows a user to manage event handlers for server-side events. Global permission.

See also

Reference

Events class

Events members

WebSvcEvents namespace