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

arrHSrv
Server handles of the item to be removed.
arrErr
Error/success indication for each item.

Glossary Item Box

The set of items is removed from the UA interop group.

Syntax

Visual Basic (Declaration) 
Public Function RemoveItems( _
   ByVal arrHSrv() As Integer, _
   ByRef arrErr As Integer() _
) As Integer
C# 
public int RemoveItems( 
   int[] arrHSrv,
   out int[] arrErr
)

Parameters

arrHSrv
Server handles of the item to be removed.
arrErr
Error/success indication for each item.

Return Value

Error/success indication

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.