Esempio n. 1
0
 /// <summary>
 /// Resumes the adaptor, if previously paused.
 /// </summary>
 /// <remarks>If the adaptor is not paused, this does not do anything.</remarks>
 internal void Resume()
 {
     NDalicManualPINVOKE.Adaptor_Resume(swigCPtr);
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }