Events.DeleteEventHandlerAssociations Method
Deletes Project Server event handler associations.
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
<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 |
---|---|
Allows a user to manage event handlers for server-side events. Global permission. |