Travelport / travelport-uapi-tutorial-c-sharp

The travelport-uapi-tutorial-c-sharp is a C# project for Universal API that will help you connect and code a standard Air availablity call and Hotel search, details, and booking flow.
34 stars 30 forks source link

Execute multiple commands on single Terminal Call #210

Open salmanelahi93 opened 3 years ago

salmanelahi93 commented 3 years ago

Hi Vivek,

Can we execute multiple commands on single Terminal Call ?

We have to execute 4 Galileo commands, but we don't want to exec 4 separate Terminal Call.

Thanks

vivekjyotipramanik commented 3 years ago

Hi Vivek,

I don't believe you can send multiple command using same transaction. You have to use separate transactions. Thanks.