open_session_async


Description:

public async Session open_session_async (SessionOptions options, Cancellable? cancellable) throws Error

Open a session on the slot.

If the 'auto reuse' setting is set, then this may be a recycled session with the same flags.

This call will return immediately and complete asynchronously.

Parameters:

this

The slot to open a session on.

options

The options to open the new session with.

cancellable

Optional cancellation object, or null.

callback

Called when the operation completes.

user_data

Data to pass to the callback.