Class ExecutionEvent<T1, T2, T3, T4>
Inheritance
object
ExecutionEvent<T1, T2, T3, T4>
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
System.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
[Serializable]
public class ExecutionEvent<T1, T2, T3, T4> : ExecutionEventGeneric, IEnumerable<CeresNode>, IEnumerable, IDisposable
Type Parameters
| Name | Description |
|---|---|
| T1 | |
| T2 | |
| T3 | |
| T4 |
Fields
eventDelegate
Declaration
public DelegatePort<EventDelegate<T1, T2, T3, T4>> eventDelegate
Field Value
| Type | Description |
|---|---|
| DelegatePort<EventDelegate<T1, T2, T3, T4>> |
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> |
output4
Declaration
public CeresPort<T4> output4
Field Value
| Type | Description |
|---|---|
| CeresPort<T4> |
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
System.IDisposable