예제 #1
0
파일: Adaptor.cs 프로젝트: yl33/TizenFX
 /// <summary>
 /// Pauses the adaptor.
 /// </summary>
 internal void Pause()
 {
     NDalicManualPINVOKE.Adaptor_Pause(swigCPtr);
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }