QuickOPC User's Guide and Reference
AEEventDataPayload Constructor(AEEventDataPayload)



OpcLabs.OpcComplexEventProcessing Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComplexEventProcessing Namespace > AEEventDataPayload Class > AEEventDataPayload Constructor : AEEventDataPayload Constructor(AEEventDataPayload)
Event payload object to be copied from.
Initializes a new copy of the AEEventDataPayload object.
Syntax
'Declaration
 
Public Function New( _
   ByVal eventDataPayload As AEEventDataPayload _
)
'Usage
 
Dim eventDataPayload As AEEventDataPayload
 
Dim instance As New AEEventDataPayload(eventDataPayload)
public AEEventDataPayload( 
   AEEventDataPayload eventDataPayload
)
public:
AEEventDataPayload( 
   AEEventDataPayload^ eventDataPayload
)

Parameters

eventDataPayload
Event payload object to be copied from.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

AEEventDataPayload Class
AEEventDataPayload Members
Overload List