MinimumFileAge

PROPERTY - Read / Write

Parent Object - HL7FolderProcessor


Name: MinimumFileAge

Data Type: Long

Description: HL7 data files detected in MessageFolder must be AT least MinimumFileAge seconds old to be picked up by the processor object. Files LESS THAN MinimumFileAge seconds old are ignored. Set to 0 for immediate processing.

 

NOTE: You can use this property to good effect if you are concerned that your processor object might collide with whatever process is actually writing the HL7 files into the MessageFolder by creating a slight delay between when the files are created and when they will be detected and picked up by the processor object.

 

Example:

MyProcessor.MinimumFileAge = 2

'Files must be at least 2 seconds old before they will be 'detected'