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
.exe
file 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
.exe
file as part of my output artifacts or deployment package?