Ejemplo n.º 1
0
 /// <summary>
 /// Pauses the adaptor.
 /// </summary>
 internal void Pause()
 {
     NDalicManualPINVOKE.Adaptor_Pause(swigCPtr);
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }