AdsSymbolicServerOnDeleteDeviceNotificationAsync Method

Called when a DeleteDeviceNotification request is indicated.


Namespace: TwinCAT.Ads.Server
Assembly: TwinCAT.Ads.SymbolicServer (in TwinCAT.Ads.SymbolicServer.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470

Syntax

C#

protected override Task<ResultAds> OnDeleteDeviceNotificationAsync(
    AmsAddress sender,
    uint invokeId,
    uint notificationHandle,
    CancellationToken cancel
)

Parameters

sender  AmsAddress

The sender address of the request.

invokeId  UInt32

The invoke identifier of the request.

notificationHandle  UInt32

The notification handle.

cancel  CancellationToken

The cancellation token that can be used by other objects or threads to receive notice of cancellation.

Return Value

Task ResultAds
Task<ResultAds>.

Reference

AdsSymbolicServer Class TwinCAT.Ads.Server Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026