Exemple #1
0
            public void Dispose()
            {
                _shutdownEvent.Set();
                _thread.Join();

                _shutdownEvent.Dispose();
                _executeCommandEvent.Dispose();

                BindingInterfaces.FreeBindingInterface(BindingInterface);
            }