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!

IChannel.ChannelPriority

Returns the priority of the channel.

[Visual Basic]
ReadOnly Property ChannelPriority As Integer
[C#]
int ChannelPriority {get;}
[C++]
int get_ChannelPriority() = 0;
[JScript]
abstract function get ChannelPriority() : int;

Property Value

Read-only

The priority of the channel.

See Also

IChannel Interface | IChannel Members | System.Runtime.Remoting Namespace