Compartilhar via


TcpChannel.ChannelPriority Propriedade

Definição

Obtém 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 da propriedade

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

Implementações

Exemplos

O exemplo de código a seguir mostra como usar essa 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