Exemplo n.º 1
0
        // Constructor for grid inventory server
        public HGInventoryService(InventoryServiceBase invService, string assetServiceURL, string userServiceURL, IHttpServer httpserver, string thisurl)
        {
            //m_UserServerURL = userServiceURL;
            m_AssetServerURL = assetServiceURL;

            m_AssetClient = new SynchronousGridAssetClient(m_AssetServerURL);

            Init(invService, thisurl, httpserver);
        }
        // Constructor for grid inventory server
        public HGInventoryService(InventoryServiceBase invService, string assetServiceURL, string userServiceURL, IHttpServer httpserver, string thisurl)
        {
            //m_UserServerURL = userServiceURL;
            m_AssetServerURL = assetServiceURL;

            m_AssetClient = new SynchronousGridAssetClient(m_AssetServerURL);

            Init(invService, thisurl, httpserver);
        }