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.GetChannel

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;

Parameters

name
The channel name.

Return Value

Returns an interface to a registered channel, or null if the channel is not registered

See Also

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