Click or drag to resize

ChannelManagementPostingJob Methods

The ChannelManagementPostingJob type exposes the following members.

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