Class OnSubscribeMulticastSelector<TInput,TIntermediate,TResult>

  • Type Parameters:
    TInput - the input value type
    TIntermediate - the intermediate type
    TResult - the result type
    All Implemented Interfaces:
    Action, Action1<Subscriber<? super TResult>>, Function, Observable.OnSubscribe<TResult>


    public final class OnSubscribeMulticastSelector<TInput,TIntermediate,TResult>
    extends Object
    implements Observable.OnSubscribe<TResult>
    Returns an observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
    See Also:
    MSDN: Observable.Multicast