IAdsStateProvider.AdsStateChanged Event
Occurs when the AdsState of the target system has been changed.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
event EventHandler<AdsStateChangedEventArgs> AdsStateChanged
Remarks
Not all ADS Servers support he State ADS Request. This event occurs asynchronously in an Background Thread. Be aware about Synchronization contexts for possible synchronizations into the UI Synchronization context.