IAdsNotifications.TryDeleteDeviceNotification Method

Deletes an existing notification.

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

Syntax

C#

AdsErrorCode TryDeleteDeviceNotification(
    uint notificationHandle
)

VB

Function TryDeleteDeviceNotification ( 
    notificationHandle As UInteger
) As AdsErrorCode

Parameters

notificationHandle

Type: System.UInt32
Handle of the notification.

Return Value

Type: AdsErrorCode

Exceptions

Exception

Condition

AdsErrorException

Thrown when the ADS call fails.

Reference

IAdsNotifications Interface

TwinCAT.Ads Namespace