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

Returns an array of currently registered channels.

[Visual Basic]
Public Shared ReadOnly Property RegisteredChannels As IChannel ()
[C#]
public static IChannel[] RegisteredChannels {get;}
[C++]
public: __property static IChannel* get_RegisteredChannels();
[JScript]
public static function get RegisteredChannels() : IChannel[];

Property Value

An array of the the currently registered channels.

See Also

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