Click or drag to resize

SendPluTask Constructor

Main constructor

Namespace:  Resto.Front.Api.Data.Device.Tasks
Assembly:  Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public SendPluTask(
	List<SendPluItem> items,
	bool resetBuffer,
	bool startUpload
)

Parameters

items
Type: System.Collections.GenericListSendPluItem
resetBuffer
Type: SystemBoolean
startUpload
Type: SystemBoolean
See Also