Class FlowNode_ObservableSubscribeT<T>
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class FlowNode_ObservableSubscribeT<T> : FlowNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
Type Parameters
Name | Description |
---|---|
T |
Fields
onNext
Declaration
public DelegatePort<EventDelegate<T>> onNext
Field Value
Type | Description |
---|---|
DelegatePort<EventDelegate<T>> |
subject
Declaration
public CeresPort<Observable<T>> subject
Field Value
Type | Description |
---|---|
CeresPort<Observable<T>> |
subscription
Declaration
public CeresPort<IDisposable> subscription
Field Value
Type | Description |
---|---|
CeresPort<IDisposable> |
Methods
LocalExecute(ExecutionContext)
Declaration
protected override void LocalExecute(ExecutionContext executionContext)
Parameters
Type | Name | Description |
---|---|---|
ExecutionContext | executionContext |
Overrides
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
IDisposable