NotificationBase.UserData Property
Gets the user object. This object is passed by to AddDeviceNotification and can be used to store data.
Namespace: TwinCAT.Ads.Reactive
Assembly: TwinCAT.Ads.Reactive (in
TwinCAT.Ads.Reactive.dll) Version: 4.3.0.0 (4.3.7.0)
Syntax
C#
public Object UserData { get; }
VB
Public ReadOnly Property UserData As Object
Get
Property Value
Type: Object