示例#1
0
            public bool Fail()
            {
                pingService.Fail();
                RemotingServices.Disconnect(this);
                ChannelServices.UnregisterChannel(_channel);
                Thread t = new Thread(killProcess);

                t.Start();
                return(true);
            }