uaPLUS Reference
DeleteReference Method
See Also  Send Feedback
Opc.Ua.Server Namespace > CustomNodeManager2 Class : DeleteReference Method

sourceHandle
referenceTypeId
isInverse
targetId
deleteBiDirectional

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Function DeleteReference( _
   ByVal sourceHandle As Object, _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal targetId As ExpandedNodeId, _
   ByVal deleteBiDirectional As Boolean _
) As ServiceResult
C# 
public virtual ServiceResult DeleteReference( 
   object sourceHandle,
   NodeId referenceTypeId,
   bool isInverse,
   ExpandedNodeId targetId,
   bool deleteBiDirectional
)

Parameters

sourceHandle
referenceTypeId
isInverse
targetId
deleteBiDirectional

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

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