Hello
I want to receive alarms using the AlarmLineSession, and I want to know if there is a guarantee that two different calls to GetSessionAlarmLine will never return an alarm twice?
My case is : different instances of my software will run simultaneously, sharing the same session. A given alarm must be processed by one and only one of those instance.
Can I rely on AlarmLineSession for concurrency retrieves alarms or do I need to add some intelligence on my side to be sure an alarm will never be processed twice?
Thank you.