QuickOPC User's Guide and Reference
FromEasyAENotificationEventArgs Method



OpcLabs.OpcComplexEventProcessing Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComplexEventProcessing Namespace > AENotificationPayload Class : FromEasyAENotificationEventArgs Method
Event data.
Converts event arguments for OPC Alarms&Events notification to an event payload.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Shared Function FromEasyAENotificationEventArgs( _
   ByVal eventArgs As EasyAENotificationEventArgs _
) As AENotificationPayload
'Usage
 
Dim eventArgs As EasyAENotificationEventArgs
Dim value As AENotificationPayload
 
value = AENotificationPayload.FromEasyAENotificationEventArgs(eventArgs)
[CanBeNull()]
public static AENotificationPayload FromEasyAENotificationEventArgs( 
   EasyAENotificationEventArgs eventArgs
)
[CanBeNull()]
public:
static AENotificationPayload^ FromEasyAENotificationEventArgs( 
   EasyAENotificationEventArgs^ eventArgs
) 

Parameters

eventArgs
Event data.

Return Value

Returns an event payload containing the data from the event arguments.
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

AENotificationPayload Class
AENotificationPayload Members