Example #1
0
 private static string getAdapterNameWithAMI(Test.TestIntfPrx testIntf)
 {
     return(testIntf.getAdapterNameAsync().Result);
 }