AdsNotificationEventArgs.Handle Property

Gets the Notification handle.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public uint Handle { get; }

Property Value

Type: UInt32

Implements

INotification.Handle

Remarks

The Notification Handle is the handle that is created during ADS Notification registration (AddDeviceNotificationAsync Overload, AddDeviceNotification Overload) and used for deregistration (DeleteDeviceNotificationAsync(UInt32, CancellationToken),DeleteDeviceNotificationAsync(UInt32, CancellationToken)).

Reference

AdsNotificationEventArgs Class

TwinCAT.Ads Namespace