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
The sender address of the request.

invokeId

Type: System.UInt32
The invoke identifier of the request.

notificationHandle

Type: System.UInt32
The notification handle.

cancel

Type: System.Threading.CancellationToken
The cancellation token that can be used by other objects or threads to receive notice of cancellation.

Return Value

Type: Task.ResultAds.
Task<ResultAds>.

Reference

AdsSymbolicServer Class

TwinCAT.Ads.Server Namespace