Beispiel #1
0
 public void setOnsChannel(ONSChannel onsChannel)
 {
     ONSClient4CPPPINVOKE.ONSFactoryProperty_setOnsChannel(swigCPtr, (int)onsChannel);
     if (ONSClient4CPPPINVOKE.SWIGPendingException.Pending)
     {
         throw ONSClient4CPPPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
        public ONSChannel getOnsChannel()
        {
            ONSChannel ret = (ONSChannel)ONSClient4CPPPINVOKE.ONSFactoryProperty_getOnsChannel(swigCPtr);

            return(ret);
        }