Events.CreateEventHandlerAssociations Method

Associates Project Server events with event handlers.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Events/CreateEventHandlerAssociations", 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 Sub CreateEventHandlerAssociations ( _
    eventHandlers As EventHandlersDataSet _
)
'Usage
Dim instance As Events
Dim eventHandlers As EventHandlersDataSet

instance.CreateEventHandlerAssociations(eventHandlers)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Events/CreateEventHandlerAssociations", 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 void CreateEventHandlerAssociations(
    EventHandlersDataSet eventHandlers
)

Parameters

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