respond_remove_objects


Description:

[ Version ( since = "3.6" ) ]
public void respond_remove_objects (uint32 opid, owned Error? error, SList<ComponentId> ids, SList<Component> old_components, SList<Component> new_components)

Notifies listeners of the completion of the remove_objects method call.

Parameters:

this

A calendar client interface.

opid

associated operation id

error

Operation error, if any, automatically freed if passed it.

ids

IDs of the removed objects.

old_components

The old Component(s).

new_components

The new Component(s). They will not be NULL only when removing instances of recurring appointments.