QuickOPC User's Guide and Reference
Implicit Type Conversion Operator (AENotificationPayload)



OpcLabs.OpcComplexEventProcessing Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComplexEventProcessing Namespace > AENotificationPayload Class : Implicit Type Conversion Operator
Event data.
Converts event arguments for OPC Alarms&Events notification to an event payload.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Operator Widening CType( _
   ByVal eventArgs As EasyAENotificationEventArgs _
) As AENotificationPayload
'Usage
 
[CanBeNull()]
public AENotificationPayload operator implicit( 
   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