OPCDA.NET-UA
CompleteHandlers Method
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > UA_Wrapper Namespace > Group Class : CompleteHandlers Method

onDataChange
onRead
asynchronous read notification handler.
onWrite
asynchronous write notification handler.

Glossary Item Box

Defines the OnCompletion handlers for asynchronous read and write

Syntax

Visual Basic (Declaration) 
Public Sub CompleteHandlers( _
   ByVal onDataChange As OPCDA.NET.DataChangeEventHandler, _
   ByVal onRead As OPCDA.NET.ReadCompleteEventHandler, _
   ByVal onWrite As OPCDA.NET.WriteCompleteEventHandler _
) 
C# 
public void CompleteHandlers( 
   OPCDA.NET.DataChangeEventHandler onDataChange,
   OPCDA.NET.ReadCompleteEventHandler onRead,
   OPCDA.NET.WriteCompleteEventHandler onWrite
)

Parameters

onDataChange
onRead
asynchronous read notification handler.
onWrite
asynchronous write notification handler.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.