다음을 통해 공유


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

적용 대상