Opc.Ua.Server.NodeMetadata.NodeMetadata C# (CSharp) Method

NodeMetadata() public method

Initializes the object with its handle and NodeId.
public NodeMetadata ( object handle, NodeId nodeId ) : System
handle object
nodeId NodeId
return System
        public NodeMetadata(object handle, NodeId nodeId)
        {
            m_handle = handle;
            m_nodeId = nodeId;
        }
        #endregion
NodeMetadata