Opc.Ua.Com.Server.ComDaBrowseManager.ComDaBrowseManager C# (CSharp) Method

ComDaBrowseManager() public method

Initializes a new instance of the ComDaBrowseManager class.
public ComDaBrowseManager ( ComNamespaceMapper mapper, ComDaBrowseCache cache ) : System
mapper ComNamespaceMapper The object used to map namespace indexes.
cache ComDaBrowseCache The cache.
return System
        public ComDaBrowseManager(ComNamespaceMapper mapper, ComDaBrowseCache cache)
		{
            m_mapper = mapper;
            m_cache = cache;
            m_continuationPoints = new Dictionary<string, ContinuationPoint>();
        }
        #endregion