예제 #1
0
 public Task Invoke(OutgoingLogicalContext context, Func <Task> next)
 {
     this.collector.Add(context.LogicalMessage);
     return(next());
 }
예제 #2
0
 public Task Invoke(OutgoingLogicalContext context, Func<Task> next)
 {
     this.collector.Add(context.LogicalMessage);
     return next();
 }