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

ex
Error information or null (Nothing)
tag
User defined data passed in the method call.

Glossary Item Box

Complete event handler for different DAServer and DAGroup methods.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub DaRequestCompleted( _
   ByVal ex As BGException, _
   ByVal tag As Object _
) 
C# 
public delegate void DaRequestCompleted( 
   BGException ex,
   object tag
)

Parameters

ex
Error information or null (Nothing)
tag
User defined data passed in the method call.

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.