Events.DeleteEventHandlerAssociations method

Deletes Project Server event handler associations.

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

Syntax

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

instance.DeleteEventHandlerAssociations(eventHandlerUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Events/DeleteEventHandlerAssociations", 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 void DeleteEventHandlerAssociations(
    Guid[] eventHandlerUids
)

Parameters

  • eventHandlerUids
    Type: []

    An array of event handler GUIDs.

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