public async Task call_send_batch_if_not_latched_and_not_cancelled() { await theSender.SendBatch(theBatch); #pragma warning disable 4014 theProtocol.Received().SendBatch(theSenderCallback, theBatch); #pragma warning restore 4014 }
public async Task call_send_batch_if_not_latched_and_not_cancelled() { await theSender.SendBatch(theBatch); theProtocol.Received().SendBatch(theSenderCallback, theBatch); }