OPCDA.NET Reference Manual
DataBindCallbackUserHandler Delegate
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace : DataBindCallbackUserHandler Delegate

item
dbh

Glossary Item Box

DataBind value change callback handler for one item.
If such a handler is defined for a subscription then this candler is called from the DataBind server callback handling in place of the default handling. The DataBind server callback handler does the Invoke handling for Windows thread synchronization and then calls this handler for each item in the server callback.
The handler is true if the item is handled. Otherwise the default DataBind server callback handler will try to handle the callback for this item.

Syntax

Visual Basic (Declaration) 
Public Delegate Function DataBindCallbackUserHandler( _
   ByVal item As Subscription, _
   ByVal dbh As OpcDataBind _
) As Boolean
C# 
public delegate bool DataBindCallbackUserHandler( 
   Subscription item,
   OpcDataBind dbh
)

Parameters

item
dbh

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.