コード例 #1
0
 protected SwitchRoutineExecutor(IConsoleBotManaged <IConsoleConnection, IConsoleConnectionAsync> cfg) : base(cfg)
 {
     UseCRLF = cfg.GetInnerConfig() is ISwitchConnectionConfig {
         UseCRLF : true
     };
     if (Connection is not ISwitchConnectionAsync connect)
     {
         throw new System.Exception("Not a valid switch connection");
     }
     SwitchConnection = connect;
 }
コード例 #2
0
 protected SwitchRoutineExecutor(IConsoleBotManaged <IConsoleConnection, IConsoleConnectionAsync> cfg) : base(cfg)
 {
     UseCRLF = cfg.GetInnerConfig() is ISwitchConnectionConfig {
         UseCRLF : true
     };
 }