public IEnumerable <CIMServiceAccessPoint> Dependent(CIMLANEndpoint inAntecedent, CimOperationOptions options = null)
        {
            var scope     = _scope;
            var instances = _resolver.ResolveTarget(scope, inAntecedent.AsCimInstance(), options);

            return(instances.Select(i => (CIMServiceAccessPoint)scope.Mapper.Create(scope, i)));
        }
Beispiel #2
0
        public IObservable <MSFTNetRoute> DependentAsync(CIMLANEndpoint inAntecedent, CimOperationOptions options = null)
        {
            var scope     = _scope;
            var instances = _resolver.ResolveTargetAsync(scope, inAntecedent.AsCimInstance(), options);

            return(instances.Select(i => (MSFTNetRoute)scope.Mapper.Create(scope, i)));
        }
Beispiel #3
0
        public IObservable <MSFTNetIPHttpsConfiguration> SettingDataAsync(CIMLANEndpoint inManagedElement, CimOperationOptions options = null)
        {
            var scope     = _scope;
            var instances = _resolver.ResolveTargetAsync(scope, inManagedElement.AsCimInstance(), options);

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