Commit Graph

2 Commits

Author SHA1 Message Date
Stefano Raggi 704ca10734 Add IApi to HistoryProviderInitializeParameters 2018-11-26 17:56:17 +01:00
Stefano Raggi 7bcc31662b Add HistoryProviderInitializeParameters
Sometimes, for many different reasons, we might need to add new parameters to existing methods with a large number of parameters. In this case, in order to fix a bug in SubscriptionDataReaderHistoryProvider we need to add the result handler to the Initialize method. Instead of adding yet another parameter, in this commit we introduce a new class which will be used as the only parameter to the Initialize method. This change allows us to add more parameters in the future without breaking the IHistoryProvider interface again and again.
2018-10-14 22:29:01 +02:00