AdsSymbolicServer.OnDeleteDeviceNotificationAsync Method
Called when a DeleteDeviceNotification request is indicated.
Namespace: TwinCAT.Ads.Server
Assembly: TwinCAT.Ads.SymbolicServer (in
TwinCAT.Ads.SymbolicServer.dll) Version: 6.0.328+39e3229
Syntax
C#
protected override Task<ResultAds> OnDeleteDeviceNotificationAsync(
AmsAddress sender,
uint invokeId,
uint notificationHandle,
CancellationToken cancel
)
Parameters
sender |
Type: TwinCAT.Ads.AmsAddress |
invokeId |
Type: System.UInt32 |
notificationHandle |
Type: System.UInt32 |
cancel |
Type: System.Threading.CancellationToken |