예제 #1
0
 public int InfoConference(int cid, delegate_info_conference_result result)
 {
     if (user_ == null)
     {
         return(-1);
     }
     user_.async_request(MCUJid, "info_conference", "cid=" + cid, new cs_zkrobot.Notify_Response(response), result);
     return(0);
 }
예제 #2
0
파일: UAC.cs 프로젝트: FihlaTV/conference
 public int InfoConference(int cid, delegate_info_conference_result result)
 {
     if (user_ == null) return -1;
     user_.async_request(MCUJid, "info_conference", "cid=" + cid, new cs_zkrobot.Notify_Response(response), result);
     return 0;
 }