次の方法で共有


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

プロパティ値

適用対象