Esempio n. 1
0
        static private void FactoryDelete(IntPtr context, MQ_BOL doFactoryCleanup, IntPtr item)
        {
            IntPtr self = MqS.MqConfigGetSelf(context);

            MqS.MqContextDelete(ref MqS.GetSelf(context).context);
            GCHandle.FromIntPtr(self).Free();
        }