临河任务调度
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

MultiTenancyConsts.cs 241B

123456789
  1. namespace Himp.TaskScheduling.MultiTenancy;
  2. public static class MultiTenancyConsts
  3. {
  4. /* Enable/disable multi-tenancy in a single point
  5. * to test your module with multi-tenancy.
  6. */
  7. public const bool IsEnabled = false;
  8. }