Class FormatJson#

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

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class FormatJson

Inheritance#

objectFormatJson

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>)#

public IObservable<string> Process<TSource>(IObservable<TSource> source)

Parameters#

source IObservable<TSource>

Returns#

IObservable<string>

Type Parameters#

TSource