예제 #1
0
    private static string getAdapterNameWithAMI(TestIntfPrx test)
    {
        GetAdapterNameCB cb = new GetAdapterNameCB();

        test.begin_getAdapterName().whenCompleted(cb.response, cb.exception);
        return(cb.getResult());
    }
예제 #2
0
파일: AllTests.cs 프로젝트: bholl/zeroc-ice
 private static string getAdapterNameWithAMI(TestIntfPrx test)
 {
     GetAdapterNameCB cb = new GetAdapterNameCB();
     test.begin_getAdapterName().whenCompleted(cb.response, cb.exception);
     return cb.getResult();
 }