Events.ReadEventHandlerAssociationsForEvent Method

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

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

Syntax

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

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

Parameters

Return Value

Type: WebSvcEvents.EventHandlersDataSet
The EventHandlersDataSet contains information about all of the event handler associations for a specified event, including the event handler assembly names, class names, descriptions, the related event, and order in which each event handler is called (the sequence number).

Remarks

Project Server Permissions

Permission

Description

ManageServerEvents

Manage event handlers for server-side events. Global permission.

See Also

Reference

Events Class

Events Members

WebSvcEvents Namespace