Click or drag to resize

ChannelManagementPostingJob Class

Inheritance Hierarchy
SystemObject
  Job
    Micros.PosCore.ChannelManagementPostingChannelManagementPostingJob

Namespace: Micros.PosCore.ChannelManagementPosting
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public class ChannelManagementPostingJob : Job

The ChannelManagementPostingJob type exposes the following members.

Constructors
 NameDescription
Public methodChannelManagementPostingJobInitializes a new instance of the ChannelManagementPostingJob class
Top
Methods
 NameDescription
Public methodRun 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)
Top
See Also