public void init() { userName = "******"; password = "******"; testCatalogName = "chainyi"; testRepoName = "TestCsharpclient"; ags = new AllegroGraphServer("172.16.2.21", 10035, userName, password); catalog = ags.OpenCatalog(testCatalogName); buildDate = "February 13, 2012 16:42:07 GMT-0800"; version = "4.5"; }
public Repository(Catalog catalog, string name) { _catalog = catalog; _agRepository = new AGRepository(catalog.agCatalog, name); }