示例#1
0
 public void leaveRoom(string roomId)
 {
     CSharpWrapperPINVOKE.messageBroker_leaveRoom(swigCPtr, roomId);
     if (CSharpWrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw CSharpWrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }