Page 1 of 1

Breaking API Changes Coming in v4.1

Posted: Fri Aug 07, 2015 8:56 am
by John Morris
In the future Select v4.1 release (Q1 2016), there will be a few breaking API changes. Currently, our API has been using a SoftPro specific delegate signature called "ProgressCallback". This delegate is used in a handful of methods that have overloads that provide hooks for reporting progress. In the v4.1 release, we will be removing this delegate and replacing it with the IProgress<T> interface contained in the 4.6 .NET Framework. This change will bring the APIs more inline with a more standard way of doing progress in .NET.

As always, we welcome your feedback and suggestions. Happy Coding!