Class PrependOnce#

Namespace: Aeon.Acquisition
Assembly: Aeon.Acquisition.dll

[Combinator]
[WorkflowElementCategory(ElementCategory.Combinator)]
public class PrependOnce

Inheritance#

objectPrependOnce

Inherited Members#

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Methods#

Process<TSource>(IObservable<TSource>, IObservable<TSource>)#

public IObservable<TSource> Process<TSource>(IObservable<TSource> source, IObservable<TSource> other)

Parameters#

source IObservable<TSource>

other IObservable<TSource>

Returns#

IObservable<TSource>

Type Parameters#

TSource