BasicProducer<TSource>
Base class for implementation of query operators, providing performance benefits over the use of Observable.Create.
protected BasicProducer()
Core implementation of the query operator, called upon a new subscription to the producer object.
Publicly visible Subscribe method.