Example #1
0
 public List <DBTable> GetTableInfo()
 {
     if (ServiceCallConfig == ServiceCallConfigType.AllServiceCallsOff)
     {
         return(new List <DBTable>());
     }
     //Don't call async method because need to wait in order to display correct table info.
     return(waiterClient.GetTableSummary());
 }