uaPLUS Reference
GetManagerHandle(OperationContext,NodeId,IDictionary<NodeId,NodeState>,GetHandleReason) Method
See Also  Send Feedback
Opc.Ua.Server Namespace > CustomNodeManager2 Class > GetManagerHandle Method : GetManagerHandle(OperationContext,NodeId,IDictionary<NodeId,NodeState>,GetHandleReason) Method

context
nodeId
cache
reason

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Overloads Overridable Function GetManagerHandle( _
   ByVal context As OperationContext, _
   ByVal nodeId As NodeId, _
   ByVal cache As IDictionary(Of NodeId,NodeState), _
   ByVal reason As GetHandleReason _
) As NodeHandle
C# 
protected virtual NodeHandle GetManagerHandle( 
   OperationContext context,
   NodeId nodeId,
   IDictionary<NodeId,NodeState> cache,
   GetHandleReason reason
)

Parameters

context
nodeId
cache
reason

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.