Example #1
0
 public SPSSiteTask.SPDataService.ArrayOfInt GetGetAllClientChannelIDNeed(System.DateTime startDate, System.DateTime endDate)
 {
     SPSSiteTask.SPDataService.GetGetAllClientChannelIDNeedRequest inValue = new SPSSiteTask.SPDataService.GetGetAllClientChannelIDNeedRequest();
     inValue.Body           = new SPSSiteTask.SPDataService.GetGetAllClientChannelIDNeedRequestBody();
     inValue.Body.startDate = startDate;
     inValue.Body.endDate   = endDate;
     SPSSiteTask.SPDataService.GetGetAllClientChannelIDNeedResponse retVal = ((SPSSiteTask.SPDataService.SPDataServiceSoap)(this)).GetGetAllClientChannelIDNeed(inValue);
     return(retVal.Body.GetGetAllClientChannelIDNeedResult);
 }
Example #2
0
 SPSSiteTask.SPDataService.GetGetAllClientChannelIDNeedResponse SPSSiteTask.SPDataService.SPDataServiceSoap.GetGetAllClientChannelIDNeed(SPSSiteTask.SPDataService.GetGetAllClientChannelIDNeedRequest request)
 {
     return(base.Channel.GetGetAllClientChannelIDNeed(request));
 }