public IObservable <Win32AutochkSetting> SettingAsync(Win32OperatingSystem inElement, CimOperationOptions options = null)
        {
            var scope     = _scope;
            var instances = _resolver.ResolveTargetAsync(scope, inElement.AsCimInstance(), options);

            return(instances.Select(i => (Win32AutochkSetting)scope.Mapper.Create(scope, i)));
        }
Пример #2
0
        public IObservable <Win32ComputerSystem> GroupComponentAsync(Win32OperatingSystem inPartComponent, CimOperationOptions options = null)
        {
            var scope     = _scope;
            var instances = _resolver.ResolveSourceAsync(scope, inPartComponent.AsCimInstance(), options);

            return(instances.Select(i => (Win32ComputerSystem)scope.Mapper.Create(scope, i)));
        }
        public IObservable <Win32QuickFixEngineering> DependentAsync(Win32OperatingSystem inAntecedent, CimOperationOptions options = null)
        {
            var scope     = _scope;
            var instances = _resolver.ResolveTargetAsync(scope, inAntecedent.AsCimInstance(), options);

            return(instances.Select(i => (Win32QuickFixEngineering)scope.Mapper.Create(scope, i)));
        }