Visual Basic (Declaration) | |
---|---|
Protected Overloads Overrides Function GetManagerHandle( _ ByVal context As OperationContext, _ ByVal nodeId As NodeId, _ ByVal attributeId As UInteger, _ ByVal cache As IDictionary(Of NodeId,NodeState), _ ByVal reason As GetHandleReason _ ) As NodeHandle |
C# | |
---|---|
protected override NodeHandle GetManagerHandle( OperationContext context, NodeId nodeId, uint attributeId, IDictionary<NodeId,NodeState> cache, GetHandleReason reason ) |
Parameters
- context
- nodeId
- attributeId
- cache
- reason
This must efficiently determine whether the node belongs to the node manager. If it does belong to
NodeManager it should return a handle that does not require the NodeId to be validated again when
the handle is passed into other methods such as 'Read' or 'Write'.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family