OPCHDA.NET-UA
ReleaseItemHandles Method
See Also  Send Feedback
OpcHDaNetUaOption.Net4 Assembly > hdaUAwrapper Namespace > HDAServer Class : ReleaseItemHandles Method

server
The server handles of the items to be released.
errors
OUT: The status of operations.

Glossary Item Box

This synchronous function releases associations between server handles and client handles for specific HDA items.

Syntax

Visual Basic (Declaration) 
Public Function ReleaseItemHandles( _
   ByVal server() As Integer, _
   ByRef errors As Integer() _
) As Integer
C# 
public int ReleaseItemHandles( 
   int[] server,
   out int[] errors
)

Parameters

server
The server handles of the items to be released.
errors
OUT: The status of operations.

Return Value

S_OK, S_FALSE, E_FAIL

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.