IAdsNotifications.DeleteDeviceNotification Method

Deletes an existing notification.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

void DeleteDeviceNotification(
    int notificationHandle
)

VB

Sub DeleteDeviceNotification ( 
    notificationHandle As Integer
)

Parameters

notificationHandle

Type: System.Int32
Handle of the notification.

Exceptions

Exception

Condition

AdsErrorException

Thrown when the ADS call fails.

Reference

IAdsNotifications Interface

TwinCAT.Ads Namespace