コード例 #1
0
        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
        }
コード例 #2
0
        public async Task call_send_batch_if_not_latched_and_not_cancelled()
        {
            await theSender.SendBatch(theBatch);

            theProtocol.Received().SendBatch(theSenderCallback, theBatch);
        }