Exemple #1
0
 public void unsubscribe(Instrument t)
 {
     ContextModulePINVOKE.Context_unsubscribe(swigCPtr, Instrument.getCPtr(t));
     if (ContextModulePINVOKE.SWIGPendingException.Pending)
     {
         throw ContextModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }