Perform a lookup using the channel name on the registered channels.
[Visual Basic] Public Shared Function GetChannel( _ ByVal name As String _ ) As IChannel [C#] public static IChannel GetChannel( string name ); [C++] public: static IChannel* GetChannel( String* name ); [JScript] public static function GetChannel( name : String ) : IChannel;
Returns an interface to a registered channel, or null if the channel is not registered
ChannelServices Class | ChannelServices Members | System.Runtime.Remoting Namespace