AdsSymbolicServer.FireNotificationAsync Method
Fires a single notification to the specified Address.
Namespace: TwinCAT.Ads.Server
Assembly: TwinCAT.Ads.SymbolicServer (in
TwinCAT.Ads.SymbolicServer.dll) Version: 6.0.328+39e3229
Syntax
C#
protected Task<AdsErrorCode> FireNotificationAsync(
AmsAddress address,
uint handle,
CancellationToken cancel
)
Parameters
address |
Type: TwinCAT.Ads.AmsAddress |
handle |
Type: System.UInt32 |
cancel |
Type: System.Threading.CancellationToken |