Click or drag to resize

ChannelManagementPostingJob Constructor

Initializes a new instance of the ChannelManagementPostingJob class

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

Parameters

context
Type: SystemObject
iFirstTime
Type: SystemInt32
iRecurTime
Type: SystemInt32
dbSettings
Type: DatabaseSettings
doBulkUpdates
Type: SystemBoolean
cpServiceID
Type: SystemInt64
playbackRows
Type: SystemInt32
See Also