NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ChannelServices.UnregisterChannel

[Visual Basic]
Public Shared Sub UnregisterChannel( _
   ByVal chnl As IChannel _
)
[C#]
public static void UnregisterChannel(
   IChannel chnl
);
[C++]
public: static void UnregisterChannel(
   IChannel* chnl
);
[JScript]
public static function UnregisterChannel(
   chnl : IChannel
);

Parameters

chnl
The channel to unregister

Exceptions

Exception Type Condition
ArgumentNullException is thrown if the channel parameter is null
RemotingException is thrown if the channel is not registered

See Also

ChannelServices Class | ChannelServices Members | System.Runtime.Remoting Namespace