Beispiel #1
0
 public messageBroker(nodeConfig _conf) : this(CSharpWrapperPINVOKE.new_messageBroker(nodeConfig.getCPtr(_conf)), true)
 {
     if (CSharpWrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw CSharpWrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }