IpcChannel.ChannelPriority 屬性
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前通道的優先權。
public:
property int ChannelPriority { int get(); };
public int ChannelPriority { get; }
member this.ChannelPriority : int
Public ReadOnly Property ChannelPriority As Integer
整數,表示指派給通道的優先權。
下列程式碼範例示範如何使用 ChannelPriority 屬性。 此程式碼範例是提供給 類別之較大範例的 IpcChannel 一部分。
// Show the priority of the channel.
Console::WriteLine( L"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);
預設優先順序為 20。