Esempio n. 1
0
 public System.Collections.Generic.List <SPSSiteTask.SPDataService.SPSSendUrlEntity> GetAllClientChannelNeedSendHistoryData(int maxDataCount, int maxAllDataCount, System.DateTime startDate, System.DateTime endDate)
 {
     SPSSiteTask.SPDataService.GetAllClientChannelNeedSendHistoryDataRequest inValue = new SPSSiteTask.SPDataService.GetAllClientChannelNeedSendHistoryDataRequest();
     inValue.Body = new SPSSiteTask.SPDataService.GetAllClientChannelNeedSendHistoryDataRequestBody();
     inValue.Body.maxDataCount    = maxDataCount;
     inValue.Body.maxAllDataCount = maxAllDataCount;
     inValue.Body.startDate       = startDate;
     inValue.Body.endDate         = endDate;
     SPSSiteTask.SPDataService.GetAllClientChannelNeedSendHistoryDataResponse retVal = ((SPSSiteTask.SPDataService.SPDataServiceSoap)(this)).GetAllClientChannelNeedSendHistoryData(inValue);
     return(retVal.Body.GetAllClientChannelNeedSendHistoryDataResult);
 }
Esempio n. 2
0
 SPSSiteTask.SPDataService.GetAllClientChannelNeedSendHistoryDataResponse SPSSiteTask.SPDataService.SPDataServiceSoap.GetAllClientChannelNeedSendHistoryData(SPSSiteTask.SPDataService.GetAllClientChannelNeedSendHistoryDataRequest request)
 {
     return(base.Channel.GetAllClientChannelNeedSendHistoryData(request));
 }