problem unregistering channel
From: Phl (killkennyhouse_at_hotmail.com)
Date: 08/16/04
- Next message: Ken Kolda: "Re: problem unregistering channel"
- Previous message: Ken Kolda: "Re: IsProxy() ??"
- Next in thread: Ken Kolda: "Re: problem unregistering channel"
- Reply: Ken Kolda: "Re: problem unregistering channel"
- Messages sorted by: [ date ] [ thread ]
Date: 16 Aug 2004 09:19:24 -0700
hi
In my cleint, I registered channel this way:
TcpChannel chan = new TcpChannel();
ChannelServices.RegisterChannel(chan);
when i run my program again it complains that the channel has been
registerd and bombs. So I do the following
ChannelServices.UnregisterChannel(chan);
It then complains that it can't find this chan. So I think that it's
just trying to unregister a newly generated channel.
How do find the existing registered channel, so I can unregister the
existing channel?
thx
- Next message: Ken Kolda: "Re: problem unregistering channel"
- Previous message: Ken Kolda: "Re: IsProxy() ??"
- Next in thread: Ken Kolda: "Re: problem unregistering channel"
- Reply: Ken Kolda: "Re: problem unregistering channel"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|