zeroc-ice / ice-demos

Sample programs for Ice
https://zeroc.com
GNU General Public License v2.0
323 stars 217 forks source link

Simplify / cleanup async demo #184

Closed bernardnormier closed 1 year ago

bernardnormier commented 1 year ago

This PR simplifies the async demo by using a CancellationTokenSource.

It also reformats the code and updates the method names to be more standard C#.

Tested with Visual Studio 2022 + .NET Framework 4.8.

bernardnormier commented 1 year ago

Tested with VS 2015 Update 3.