ChannelManagementPostingJob Class |
Namespace: Micros.PosCore.ChannelManagementPosting
public class ChannelManagementPostingJob : Job
The ChannelManagementPostingJob type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChannelManagementPostingJob | Initializes a new instance of the ChannelManagementPostingJob class |
Name | Description | |
---|---|---|
![]() | Run |
Main processing method. Called on an interval and does the the following
1) Reads Post Check / Post Status Updates MRequests that we haven't already processed from the Caps Db
2) For each MRequest, it builds a Json Check Object and puts it on a list.
3) Posts every Json Check Object on the list, and if successful marks the MRequest as processed.
(Overrides Job.Run.) |