Exemple #1
0
        /// <summary>
        ///     Preloads the application.
        /// </summary>
        private void PreloadApplication( )
        {
            var scheduler = SchedulingHelper.Instance;             // Start the scheduler (suspended, not running)

            // Pub-Sub Cache Invalidation Channels
            TenantHelper.InitializeMessageChannel( );
            PerTenantEntityTypeCache.InitializeMessageChannel( );

            RegisterModules( );
        }