IAdsSymbolChangedProvider Interface
Interface IAdsSymbolChangedProvider
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public interface IAdsSymbolChangedProviderThe IAdsSymbolChangedProvider type exposes the following members.
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Registers the symbol version changed event (synchronously) | |
|
|
Registers the symbol version changed asynchronously. | |
|
|
Unregisters the symbol version changed event (synchronously) | |
|
|
Unregisters the symbol version changed asynchronously. |
Events
|
|
Name |
Description |
|---|---|---|
|
|
Occurs when the SymbolVersion table of a TwinCAT PLC System has been changed. |
- IAdsSymbolChangedProvider.RegisterSymbolVersionChangedAsync Method
- IAdsSymbolChangedProvider.UnregisterSymbolVersionChangedAsync Method
- IAdsSymbolChangedProvider.RegisterSymbolVersionChanged Method
- IAdsSymbolChangedProvider.UnregisterSymbolVersionChanged Method
- IAdsSymbolChangedProvider.AdsSymbolVersionChanged Event