AdsNotificationExEventArgs Constructor
Initializes a new instance of the AdsStream class AdsSyncNotificationEventArgs.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public AdsNotificationExEventArgs(
long timeStamp,
Object userData,
int notificationHandle,
Object value
)
VB
Public Sub New (
timeStamp As Long,
userData As Object,
notificationHandle As Integer,
value As Object
)
Parameters
|
timeStamp |
Type: System.Int64 |
|
userData |
Type: System.Object |
|
notificationHandle |
Type: System.Int32 |
|
value |
Type: System.Object |