コード例 #1
0
        public KnownAgentsProvider(ISystemInformationArchiveAccessor systemInformationArchiveAccessor)
        {
            if (systemInformationArchiveAccessor == null)
            {
                throw new ArgumentNullException("systemInformationArchiveAccessor");
            }

            this.systemInformationArchiveAccessor = systemInformationArchiveAccessor;
        }
コード例 #2
0
        public KnownAgentsProvider(ISystemInformationArchiveAccessor systemInformationArchiveAccessor)
        {
            if (systemInformationArchiveAccessor == null)
            {
                throw new ArgumentNullException("systemInformationArchiveAccessor");
            }

            this.systemInformationArchiveAccessor = systemInformationArchiveAccessor;
        }
        public SystemInformationArchiveController(ISystemInformationArchiveAccessor systemInformationArchiveAccessor)
        {
            if (systemInformationArchiveAccessor == null)
            {
                throw new ArgumentNullException("systemInformationArchiveAccessor");
            }

            this.systemInformationArchiveAccessor = systemInformationArchiveAccessor;
        }
        public SystemInformationArchiveController(ISystemInformationArchiveAccessor systemInformationArchiveAccessor)
        {
            if (systemInformationArchiveAccessor == null)
            {
                throw new ArgumentNullException("systemInformationArchiveAccessor");
            }

            this.systemInformationArchiveAccessor = systemInformationArchiveAccessor;
        }
コード例 #5
0
        public SystemInformationController(ISystemStatusOrchestrator systemStatusOrchestrator, ISystemInformationArchiveAccessor systemInformationArchiveAccessor)
        {
            if (systemStatusOrchestrator == null)
            {
                throw new ArgumentNullException("systemStatusOrchestrator");
            }

            if (systemInformationArchiveAccessor == null)
            {
                throw new ArgumentNullException("systemInformationArchiveAccessor");
            }

            this.systemStatusOrchestrator         = systemStatusOrchestrator;
            this.systemInformationArchiveAccessor = systemInformationArchiveAccessor;
        }
        public SystemInformationController(ISystemStatusOrchestrator systemStatusOrchestrator, ISystemInformationArchiveAccessor systemInformationArchiveAccessor)
        {
            if (systemStatusOrchestrator == null)
            {
                throw new ArgumentNullException("systemStatusOrchestrator");
            }

            if (systemInformationArchiveAccessor == null)
            {
                throw new ArgumentNullException("systemInformationArchiveAccessor");
            }

            this.systemStatusOrchestrator = systemStatusOrchestrator;
            this.systemInformationArchiveAccessor = systemInformationArchiveAccessor;
        }