Ejemplo n.º 1
0
        public void TranslationBatchCancelGetTest()
        {
            BatchCreate batchCreate = new BatchCreate();

            batchCreate = translationApi.TranslationBatchCreateGet(null);
            BatchCancel batchCancel = new BatchCancel();

            batchCancel = translationApi.TranslationBatchCancelGet(batchCreate.BatchId, null);
            Assert.IsNotNull(batchCancel.Status);
        }