Breaking API Changes Coming in v4.1

Discussions related to custom development with Select.
Post Reply
John Morris
Posts: 411
Joined: Thu Sep 11, 2008 11:35 am
Location: Raleigh, NC, USA
Contact:

Breaking API Changes Coming in v4.1

Post 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!
John Morris
Sr. Software Architect
SoftPro
Post Reply