O>inputObservable O> .Throttle(500) O> .CombineLatest(input => GetList(input)) O> .OnNext( result => texbBox.text = result ); O>