Class ExecutionEvent<T1, T2, T3>
Inheritance
object
ExecutionEvent<T1, T2, T3>
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
Assembly: cs.temp.dll.dll
Syntax
public class ExecutionEvent<T1, T2, T3> : ExecutionEventGeneric, IEnumerable<CeresNode>, IEnumerable, IDisposable
Type Parameters
Name | Description |
---|---|
T1 | |
T2 | |
T3 |
Fields
eventDelegate
Declaration
public DelegatePort<EventDelegate<T1, T2, T3>> eventDelegate
Field Value
Type | Description |
---|---|
DelegatePort<EventDelegate<T1, T2, T3>> |
output1
Declaration
public CeresPort<T1> output1
Field Value
Type | Description |
---|---|
CeresPort<T1> |
output2
Declaration
public CeresPort<T2> output2
Field Value
Type | Description |
---|---|
CeresPort<T2> |
output3
Declaration
public CeresPort<T3> output3
Field Value
Type | Description |
---|---|
CeresPort<T3> |
Methods
Execute(ExecutionContext)
Declaration
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
Type | Name | Description |
---|---|---|
ExecutionContext | executionContext |
Returns
Type | Description |
---|---|
UniTask |
Overrides
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
IDisposable