Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ITriggerNode.cs
1using System;
2using System.IO;
3using System.Threading.Tasks;
4
6{
10 public interface ITriggerNode : IActivityNode
11 {
16 Task GetTask();
17
25 void ExportPlantUml(StreamWriter Output, int Indentation, bool First, char QuoteChar);
26 }
27}
void ExportPlantUml(StreamWriter Output, int Indentation, bool First, char QuoteChar)
Exports PlantUML