Beispiel #1
0
 public System.Collections.Generic.List <SPSSiteTask.SPDataService.SPSSendUrlEntity> GetSSendUrlByClientChannelIDAndDate(System.DateTime startDate, System.DateTime endDate, int ClientChannelID, int maxRetryCount)
 {
     SPSSiteTask.SPDataService.GetSSendUrlByClientChannelIDAndDateRequest inValue = new SPSSiteTask.SPDataService.GetSSendUrlByClientChannelIDAndDateRequest();
     inValue.Body                 = new SPSSiteTask.SPDataService.GetSSendUrlByClientChannelIDAndDateRequestBody();
     inValue.Body.startDate       = startDate;
     inValue.Body.endDate         = endDate;
     inValue.Body.ClientChannelID = ClientChannelID;
     inValue.Body.maxRetryCount   = maxRetryCount;
     SPSSiteTask.SPDataService.GetSSendUrlByClientChannelIDAndDateResponse retVal = ((SPSSiteTask.SPDataService.SPDataServiceSoap)(this)).GetSSendUrlByClientChannelIDAndDate(inValue);
     return(retVal.Body.GetSSendUrlByClientChannelIDAndDateResult);
 }
Beispiel #2
0
 SPSSiteTask.SPDataService.GetSSendUrlByClientChannelIDAndDateResponse SPSSiteTask.SPDataService.SPDataServiceSoap.GetSSendUrlByClientChannelIDAndDate(SPSSiteTask.SPDataService.GetSSendUrlByClientChannelIDAndDateRequest request)
 {
     return(base.Channel.GetSSendUrlByClientChannelIDAndDate(request));
 }