Class ExecutionEvent<T1, T2, T3, T4, T5, T6>
public class ExecutionEvent<T1, T2, T3, T4, T5, T6> : ExecutionEventGeneric, IDisposable
Type Parameters
T1T2T3T4T5T6
- Inheritance
-
objectExecutionEvent<T1, T2, T3, T4, T5, T6>
- Implements
-
IDisposable
- Inherited Members
Fields
eventDelegate
public DelegatePort<EventDelegate<T1, T2, T3, T4, T5, T6>> eventDelegate
Field Value
- DelegatePort<EventDelegate<T1, T2, T3, T4, T5, T6>>
output1
public CeresPort<T1> output1
Field Value
- CeresPort<T1>
output2
public CeresPort<T2> output2
Field Value
- CeresPort<T2>
output3
public CeresPort<T3> output3
Field Value
- CeresPort<T3>
output4
public CeresPort<T4> output4
Field Value
- CeresPort<T4>
output5
public CeresPort<T5> output5
Field Value
- CeresPort<T5>
output6
public CeresPort<T6> output6
Field Value
- CeresPort<T6>
Methods
Execute(ExecutionContext)
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask