Condividi tramite


TcpChannel.ChannelPriority Proprietà

Definizione

Ottiene la priorità del canale corrente.

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

Valore della proprietà

Intero che rappresenta la priorità assegnata al canale.

Implementazioni

Esempio

Nell'esempio di codice seguente viene illustrato come utilizzare questa proprietà.

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

Si applica a