Hi all,
does anyone know how we can Programmatically set the 'BatchSize' of a BizTalk 2006 file adapter on a receive location? This is so we can limit the location to only pickup 1 file every minute, instead of all files at the same time.
Ref: http://msdn.microsoft.com/en-us/library/aa547108(v=bts.20).aspx
BatchSize | Long | The number of files this receive location can submit to the server at one time. | Integer Minimum value: 1 Maximum value: 256 | If not specified, the default value is set to 20 files. |
Many thanks in advance
GilesB