OPC Studio User's Guide and Reference
OnNext Method (AEAcknowledgeConditionObserver)



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Reactive Namespace > AEAcknowledgeConditionObserver Class : OnNext Method

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

Syntax
'Declaration
 
Public Sub OnNext( _
   ByVal value As AEAcknowledgeConditionArguments _
) 
 
'Usage
 
Dim instance As AEAcknowledgeConditionObserver
Dim value As AEAcknowledgeConditionArguments
 
instance.OnNext(value)

Parameters

value

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

Remarks
Writes the incoming value into the OPC-DA item.
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