Class OperatorDoOnUnsubscribe<T>

    • Constructor Detail

      • OperatorDoOnUnsubscribe

        public OperatorDoOnUnsubscribe(Action0 unsubscribe)
        Constructs an instance of the operator with the callback that gets invoked when the modified Observable is unsubscribed
        Parameters:
        unsubscribe - The action that gets invoked when the modified Observable is unsubscribed