Miner.Responder.Processors Assembly > Miner.Responder.Processors.Callback Namespace : CallbackRule Class |
The following tables list the members exposed by CallbackRule.
Name | Description | |
---|---|---|
![]() | CallbackRule Constructor | Creates the callback rule that monitors incident submittals to determine if callbacks should be added to the callback list. |
Name | Description | |
---|---|---|
![]() ![]() | BlinkMinutes | Returns the configuration BlinkMinutes value (or zero if not defined). |
![]() | Caption | (Inherited from Miner.Data.Access.Rule) |
![]() | Key | (Inherited from Miner.Data.Access.Rule) |
![]() | Properties | (Inherited from Miner.Data.Access.Rule) |
![]() | Row | (Inherited from Miner.Data.Access.DataRowRule) |
![]() | SubRules | (Inherited from Miner.Data.Access.Rule) |
Name | Description | |
---|---|---|
![]() | Context | (Inherited from Miner.Responder.Processors.SubmitRule) |
![]() | Session | (Inherited from Miner.Responder.Processors.SubmitRule) |
![]() | ShouldSubRulesBeApplied | (Inherited from Miner.Responder.Processors.SubmitRule) |
![]() | Source | (Inherited from Miner.Responder.Processors.SubmitRule) |
Name | Description | |
---|---|---|
![]() | ApplyRule | (Inherited from Miner.Responder.Processors.SubmitRule) |
![]() ![]() | CallbackConfigInitialize | Reads the CallbackConfig section of the Server.exe.config file and sets up the callback configuration information. |
![]() ![]() | CreateCallbacks | Overloaded. Processes the current callback event information and creates the callback records for that event. |
![]() ![]() | DeleteCallbacks | Overloaded. Deletes the customers in RX_CALLBACKS for the loadpoint list specified. |
![]() ![]() | DisposeConfigWatcher | |
![]() | Evaluate | Overloaded. (Inherited from Miner.Data.Access.DataRowRule) |
![]() ![]() | GetCallingExpirationInterval | Returns the interval of time that a callback record can be 'checked out' for a customer callback - i.e. the amount of time that the CALLING flag is valid. |
![]() ![]() | GetDatabaseDateTime | Returns the current database date and time. |
![]() ![]() | InsertUpdateCallbackRecord | Determines if a customer callback record already exists in the RX_CALLBACKS table and either inserts a new record or updates the existing record. |
![]() ![]() | LogConfigError | Utility method that provides a means of outputting error information. |
![]() ![]() | LogError | Utility method that provides a means of outputting Callback error information. |
![]() | PerformAction | Overloaded. Overridden. Determines which callback condition occurred and creates the callback records specified by the configuration information. |
![]() ![]() | UpdateCallbackIncidentId | Updates the customers in RX_CALLBACKS for the loadpoint list specified to the specified new incident ID. |
Name | Description | |
---|---|---|
![]() | ConstructCondition | Overridden. Constructs the conditions that specify when callback records are to be created. (A logical OR of each CallbackOn[Event] condition.) |
Name | Description | |
---|---|---|
![]() | CallbackRecordsCreated | The event that is raised when callback records are added or updated. |