private static string getAdapterNameWithAMI(TestIntfPrx test) { GetAdapterNameCB cb = new GetAdapterNameCB(); test.begin_getAdapterName().whenCompleted(cb.response, cb.exception); return(cb.getResult()); }
private static string getAdapterNameWithAMI(TestIntfPrx test) { GetAdapterNameCB cb = new GetAdapterNameCB(); test.begin_getAdapterName().whenCompleted(cb.response, cb.exception); return cb.getResult(); }