Exemplo n.º 1
0
        public override EventType GetEventType()
        {
            EventType ret = (EventType)EfficioRuntimePINVOKE.Disconnecting_GetEventType(swigCPtr);

            if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
            {
                throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }