コード例 #1
0
        public HostableComponentsFinalizer(IApplicationLifetime lifetime, HostedComponentsManager hostedComponentsManager, HostComponentsConfiguration configuration)
#endif
        {
            this.lifetime = lifetime;
            this.hostedComponentsManager = hostedComponentsManager;
            this.configuration           = configuration;
        }
コード例 #2
0
 public HostableComponentsFinalizer(IHostApplicationLifetime lifetime, HostedComponentsManager hostedComponentsManager, HostComponentsConfiguration configuration)