Polling

Top  Previous  Next

Object: EHL7.CommandoProcessor

FileName: EHL7.dll

 

EVENT

 

Name: Polling

Parameters:

1.dtNextFolderPoll (DateTime) contains the date and time of the next folderpolling/activation action.
2.bCancel (boolean).  Read/Write, can be set to True to cancel processing.

 

Description: This event fires every second it is very lightweight and doesn't use much CPU.  It's purpose is primarily to let your program know that the profile is executing and give you the opportunity to programmatically cancel the profile.  Also see the HaltProcessing() method.

 

Related Items: EasyHL7 Events in VB