Esempio n. 1
0
 public void setTopic(string topic)
 {
     ONSClient4CPPPINVOKE.MessageQueueONS_setTopic(swigCPtr, topic);
     if (ONSClient4CPPPINVOKE.SWIGPendingException.Pending)
     {
         throw ONSClient4CPPPINVOKE.SWIGPendingException.Retrieve();
     }
 }