Class ChannelOptions

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Threading.Channels, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Threading.Channels
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Threading.Channels.ChannelOptions
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • ChannelOptions

        public ChannelOptions​(java.lang.Object instance)
                       throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • ChannelOptions

        public ChannelOptions()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getAllowSynchronousContinuations

        public boolean getAllowSynchronousContinuations()
                                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAllowSynchronousContinuations

        public void setAllowSynchronousContinuations​(boolean AllowSynchronousContinuations)
                                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSingleReader

        public boolean getSingleReader()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSingleReader

        public void setSingleReader​(boolean SingleReader)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSingleWriter

        public boolean getSingleWriter()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSingleWriter

        public void setSingleWriter​(boolean SingleWriter)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable