close_async
Description:
public async bool close_async (int io_priority = DEFAULT, Cancellable? cancellable = null) throws Error
Asynchronously close the DTLS connection.
See close for more information.
Parameters:
this | |
io_priority |
the I/O priority of the request |
cancellable |
a Cancellable, or null |
callback |
callback to call when the close operation is complete |
user_data |
the data to pass to the callback function |