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

Value

Type: System.EventHandler.AdsStateChangedEventArgs.

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.

Reference

IAdsStateProvider Interface

TwinCAT.Ads Namespace