Click or drag to resize

ChannelManagementPostingJob Constructor

Initializes a new instance of the ChannelManagementPostingJob class

Namespace: Micros.PosCore.ChannelManagementPosting
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public ChannelManagementPostingJob(
	Object context,
	int iFirstTime,
	int iRecurTime,
	DatabaseSettings dbSettings,
	bool doBulkUpdates,
	long cpServiceID,
	int playbackRows
)

Parameters

context  Object
 
iFirstTime  Int32
 
iRecurTime  Int32
 
dbSettings  DatabaseSettings
 
doBulkUpdates  Boolean
 
cpServiceID  Int64
 
playbackRows  Int32
 
See Also