示例#1
0
 public Task <IEnumerable <IOutboxMessageAwaitingDispatch> > GetAwaitingDispatchAsync()
 {
     return(Outbox.GetAwaitingDispatchAsync());
 }