共用方式為


BoundedChannelOptions.FullMode 屬性

定義

取得或設定通道已滿時,寫入作業所產生的行為。

public:
 property System::Threading::Channels::BoundedChannelFullMode FullMode { System::Threading::Channels::BoundedChannelFullMode get(); void set(System::Threading::Channels::BoundedChannelFullMode value); };
public System.Threading.Channels.BoundedChannelFullMode FullMode { get; set; }
member this.FullMode : System.Threading.Channels.BoundedChannelFullMode with get, set
Public Property FullMode As BoundedChannelFullMode

屬性值

BoundedChannelFullMode

適用於