remove_group_async


Description:

[ Version ( since = "0.15.5" ) ]
public async bool remove_group_async (string group) throws Error

Remove all members from the given group, then remove the group itself.

For this to work properly this must have interface IFACE_CONNECTION_INTERFACE_CONTACT_GROUPS.

Parameters:

this

a Connection

group

the group to remove.

callback

a callback to call when the operation finishes

user_data

data to pass to callback