Пример #1
0
 public bool GetChangeHistory(int userCD, int SerialNo, string imagePath, out string[][] HistoryDataList, out string[][] ImageDataList, out string retErrMsg)
 {
     ProRadiRS.ProRadiRSService2.GetChangeHistoryRequest inValue = new ProRadiRS.ProRadiRSService2.GetChangeHistoryRequest();
     inValue.userCD    = userCD;
     inValue.SerialNo  = SerialNo;
     inValue.imagePath = imagePath;
     ProRadiRS.ProRadiRSService2.GetChangeHistoryResponse retVal = ((ProRadiRS.ProRadiRSService2.IProRadiRSService2)(this)).GetChangeHistory(inValue);
     HistoryDataList = retVal.HistoryDataList;
     ImageDataList   = retVal.ImageDataList;
     retErrMsg       = retVal.retErrMsg;
     return(retVal.GetChangeHistoryResult);
 }
Пример #2
0
 public System.Threading.Tasks.Task <ProRadiRS.ProRadiRSService2.GetChangeHistoryResponse> GetChangeHistoryAsync(ProRadiRS.ProRadiRSService2.GetChangeHistoryRequest request)
 {
     return(base.Channel.GetChangeHistoryAsync(request));
 }
Пример #3
0
 ProRadiRS.ProRadiRSService2.GetChangeHistoryResponse ProRadiRS.ProRadiRSService2.IProRadiRSService2.GetChangeHistory(ProRadiRS.ProRadiRSService2.GetChangeHistoryRequest request)
 {
     return(base.Channel.GetChangeHistory(request));
 }