[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 );
Exception Type | Condition |
---|---|
ArgumentNullException | is thrown if the channel parameter is null |
RemotingException | is thrown if the channel is not registered |
ChannelServices Class | ChannelServices Members | System.Runtime.Remoting Namespace