AdsConnection.DeleteDeviceNotification Method

Deletes an existing notification.

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

Syntax

C#

public void DeleteDeviceNotification(
    int notificationHandle
)

VB

Public Sub DeleteDeviceNotification ( 
    notificationHandle As Integer
)

Parameters

notificationHandle

Type: System.Int32
Handle of the notification.

Implements

IAdsNotifications.DeleteDeviceNotification(Int32)

Reference

AdsConnection Class

TwinCAT.Ads Namespace