try{
    // 获取连接的句柄
    csm_handler = CSM::getHandle()
    // 关闭连接
    CSM::close(csm_handler)
} catch(ex) {
    
}

