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

속성 값

예외

value 가 잘못된 열거형 값입니다.

적용 대상