Hi,
we are pulling inbound fax details through JobList web service by polling at constant interval. We use JobEntryWindow filter to filter the faxes between StartDateTime and EndDateTime. Does this interval include StartDateTime and EndDateTime? or is it like greater than StartDateTime and equal to EndDateTime?
In other words, if suppose a job's entry time is t2 and my polling cycle is as follows
Poll Cycle1 = t1 to t2
Poll Cycle2 = t2 to t3
Then in this case, will the job be pulled in both the cycles?
Thanks.