示例#1
0
 public System.Threading.Tasks.Task <CODA11.GetUnitsListResponse> GetUnitsListAsync()
 {
     CODA11.GetUnitsListRequest inValue = new CODA11.GetUnitsListRequest();
     return(((CODA11.Concentrator)(this)).GetUnitsListAsync(inValue));
 }
示例#2
0
 System.Threading.Tasks.Task <CODA11.GetUnitsListResponse> CODA11.Concentrator.GetUnitsListAsync(CODA11.GetUnitsListRequest request)
 {
     return(base.Channel.GetUnitsListAsync(request));
 }