Function qpid_proton_sys::pn_session_close[][src]

pub unsafe extern "C" fn pn_session_close(session: *mut pn_session_t)
Expand description

Close a session. Once this operation has completed, the PN_LOCAL_CLOSED state flag will be set. This may be called without calling pn_session_open, in this case it is equivalent to calling pn_session_open followed by pn_session_close.