共用方式為


Channel 類別

定義

提供建立通道的靜態方法。

public ref class Channel abstract sealed
public static class Channel
type Channel = class
Public Class Channel
繼承
Channel

方法

CreateBounded<T>(BoundedChannelOptions)

建立具有指定容量上限的通道。

CreateBounded<T>(BoundedChannelOptions, Action<T>)

建立受限於所提供選項的通道。

CreateBounded<T>(Int32)

建立具有指定容量上限的通道。

CreateUnbounded<T>()

同時建立任意數目的讀取器和寫入器可使用的未系結通道。

CreateUnbounded<T>(UnboundedChannelOptions)

根據提供的選項,建立未系結的通道。

CreateUnboundedPrioritized<T>()

同時建立任意數目讀取器和寫入器可使用的未系結優先順序通道。

CreateUnboundedPrioritized<T>(UnboundedPrioritizedChannelOptions<T>)

根據提供的選項,建立未系結的優先順序通道。

適用於