Esempio n. 1
0
 public void send2client(string clientId, string roomId, string message)
 {
     CSharpWrapperPINVOKE.messageBroker_send2client(swigCPtr, clientId, roomId, message);
     if (CSharpWrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw CSharpWrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }