HttpServerChannel.ChannelPriority Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the priority of the current channel.
public:
property int ChannelPriority { int get(); };
public int ChannelPriority { get; }
member this.ChannelPriority : int
Public ReadOnly Property ChannelPriority As Integer
Property Value
An integer that represents the priority assigned to the channel.
Implements
Remarks
The priority controls the order in which channel data appears in a ObjRef instance; higher priority channels appear before lower priority channels. Clients try to connect to the server channels in the order that they are listed in the ObjRef instance. The default priority is 1; negative priorities are allowed.