Table of Contents

Class FlowNode_ObservableSubscribeT<T>

Namespace
Ceres.Graph.Flow.Utilities
Assembly
cs.temp.dll.dll
public class FlowNode_ObservableSubscribeT<T> : FlowNode, IDisposable

Type Parameters

T
Inheritance
object
FlowNode_ObservableSubscribeT<T>
Implements
IDisposable
Inherited Members

Fields

onNext

public DelegatePort<EventDelegate<T>> onNext

Field Value

DelegatePort<EventDelegate<T>>

subject

public CeresPort<Observable<T>> subject

Field Value

CeresPort<Observable<T>>

subscription

public CeresPort<IDisposable> subscription

Field Value

CeresPort<IDisposable>

Methods

LocalExecute(ExecutionContext)

protected override void LocalExecute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext