Example #1
0
        public void Dispose()
        {
            if (VUCount != null)
            {
                VUCount.Dispose();
            }
            if (Result != null)
            {
                Result.Dispose();
            }
            if (Debug != null)
            {
                Debug.Dispose();
            }
            if (Zabbix != null)
            {
                Zabbix.Dispose();
            }
            if (ZabbixNetwork != null)
            {
                ZabbixNetwork.Dispose();
            }

            this.VUCount       = null;
            this.Result        = null;
            this.Debug         = null;
            this.Zabbix        = null;
            this.ZabbixNetwork = null;
        }