Events.DeleteEventHandlerAssociations method
Exclui associações de manipulador de evento do Project Server.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
<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() _
)
'Uso
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
)
Parâmetros
eventHandlerUids
Type: []Uma matriz de GUIDs de manipulador de eventos.
Comentários
Permissões do Project Server
Permissão |
Descrição |
---|---|
Permite que um usuário gerencie os manipuladores de eventos para os eventos do servidor. Permissão global. |