Click or drag to resize

ChannelManagementPostingJobRun Method

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.

Namespace: Micros.PosCore.ChannelManagementPosting
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public override void Run()
See Also