In the Sample SDK Project provided by AVEVA, I noticed that the Store and Forward functionality works and aahStorage.exe file is available in the output folder. This file doesn’t seem to be part of the actual codebase, but rather an external dependency.
- Is it necessary to include this
.exefile to enable Store and Forward functionality? - If I’m building and distributing a service that relies on Store and Forward, does that mean I must include this
.exefile as part of my output artifacts or deployment package?