Udostępnij za pośrednictwem


TcpChannel.ChannelPriority Właściwość

Definicja

Pobiera priorytet bieżącego kanału.

public:
 property int ChannelPriority { int get(); };
public int ChannelPriority { get; }
member this.ChannelPriority : int
Public ReadOnly Property ChannelPriority As Integer

Wartość właściwości

Liczba całkowita reprezentująca priorytet przypisany do kanału.

Implementuje

Przykłady

W poniższym przykładzie kodu pokazano, jak używać tej właściwości.

// Show the priority of the channel.
Console::WriteLine("The priority of the channel is {0}.", 
    serverChannel->ChannelPriority);
// Show the priority of the channel.
Console.WriteLine("The priority of the channel is {0}.",
    serverChannel.ChannelPriority);

Dotyczy