Ejemplo n.º 1
0
 public 务器端接收程序.GuangDaiService.config doConfig(string wscId, int index, int function, int value, string remark)
 {
     务器端接收程序.GuangDaiService.doConfig inValue = new  务器端接收程序.GuangDaiService.doConfig();
     inValue.wscId    = wscId;
     inValue.index    = index;
     inValue.function = function;
     inValue.value    = value;
     inValue.remark   = remark;
     务器端接收程序.GuangDaiService.doConfigResponse retVal = ((务器端接收程序.GuangDaiService.CorePlatformWebService)(this)).doConfig(inValue);
     return(retVal.@return);
 }
Ejemplo n.º 2
0
 务器端接收程序.GuangDaiService.doConfigResponse 务器端接收程序.GuangDaiService.CorePlatformWebService.doConfig(务器端接收程序.GuangDaiService.doConfig request)
 {
     return(base.Channel.doConfig(request));
 }