Polls an application's event store for events that cause changes to business objects.
Syntax
public int pollForEvents();
Parameters
None.
Return values
An integer that indicates the outcome status of the polling operation.The following return codes are typically used by the pollForEvents() method.
Notes
The connector infrastructure calls the pollForEvents() method, at a time interval that you can configure, so that the connector can detect any event in the application that is interesting to a subscriber. The frequency at which the class library calls this method depends on the poll frequency value that is configured by the PollFrequency connector configuration property.