コード例 #1
0
 protected virtual async Task <NodeExecutionResult> ExecuteNode(LogicNode node)
 {
     return(await _nodeExecutor.Execute(node));
 }