Compartir a través de


del método Events.DeleteEventHandlerAssociations

Elimina las asociaciones de controlador de eventos de Project Server.

Espacio de nombres:  WebSvcEvents
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
<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
    Tipo: []

    Una matriz de GUID de controlador de eventos.

Comentarios

Permisos de Project Server

Permiso

Descripción

ManageServerEvents

Permite a un usuario administrar controladores de eventos para eventos de servidor. Permiso global.

Vea también

Referencia

clase Events

Miembros Events

Espacio de nombres WebSvcEvents