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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComplexEventProcessing Namespace > AENotificationPayload Class : Implicit Type Conversion Operator
Event data.

The value of this parameter can be null (Nothing in Visual Basic).

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.

The value of this parameter can be null (Nothing in Visual Basic).

Return Value

Returns an event payload containing the data from the event arguments.

This method can return null (Nothing in Visual Basic).

Remarks

This operator is equivalent to FromEasyAENotificationEventArgs.

Requirements

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

See Also