Polling

Top  Previous  Next

Object: EHL7.EHL7Processor

FileName: EHL7.dll

 

EVENT

 

Name: Polling

Parameters:

1.dtNextFolderPoll (DateTime) contains the date and time of the next folder polling 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 CancelProcessing() method.

 

Related Items: EasyHL7 Events in VB