TcpChannel.ChannelPriority Propriedade

Definição

Recebe a prioridade do canal atual.

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

Valor de Propriedade

Um inteiro que representa a prioridade atribuída ao canal.

Implementações

Exemplos

O exemplo de código seguinte mostra como usar esta propriedade.

// 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);

Aplica-se a