Exemplo n.º 1
0
 public override void Process(HttpRequestArgs args)
 {
     _logAdapter.LogInfo($"Hello from ExamplePipeline");
 }
Exemplo n.º 2
0
 public void Execute(Item[] items, CommandItem commandItem, ScheduleItem schedule)
 {
     _logAdapter.LogInfo($"Hello from ExampleCommand, called from {commandItem.Name}");
 }