That is correct - we are using that API method.
We have a windows form and windows service that we would like to keep updated. These applications are triggered by various events to perform some business logic (e.g., timer, presence of files, etc.,).
Our requirement is that before any processing, the applications need to check for updates as there may be changes to the business logic that need to be applied before processing. This is why we are calling the ForceCheck method.
How can we achieve the above functionality? That method was listed in the documentation and samples. Is there any other way to achieve this? We cannot put the updater on it's schedule as the checks have to be made before processing.
Thanks.