public NetworkPerformanceMeasurement()
        {
            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _monitorscopes = new MonitorscopesFetcher(this);

            _networkPerformanceBindings = new NetworkPerformanceBindingsFetcher(this);

            _permissions = new PermissionsFetcher(this);
        }
Пример #2
0
        public Application()
        {
            _applicationBindings = new ApplicationBindingsFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _monitorscopes = new MonitorscopesFetcher(this);

            _permissions = new PermissionsFetcher(this);
        }