Class ExecutionEvent<T1>
Event entry node to start an execution
public class ExecutionEvent<T1> : ExecutionEventGeneric, IDisposable
Type Parameters
T1
- Inheritance
-
objectExecutionEvent<T1>
- Implements
-
IDisposable
- Inherited Members
Fields
eventDelegate
public DelegatePort<EventDelegate<T1>> eventDelegate
Field Value
output1
public CeresPort<T1> output1
Field Value
- CeresPort<T1>
Methods
Execute(ExecutionContext)
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask