Click or drag to resize

OperationsProcessOperaRequest(DataStoreClient, PayableTenderedBase, String, EntryType, ListReservation, Boolean, ErrorCode, Int32) Method


Namespace: Micros.PosCore.OperaPosting
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public bool ProcessOperaRequest(
	DataStoreClient dataStore,
	PayableTenderedBase data,
	string searchString,
	EntryType entryType,
	out List<Reservation> reservationList,
	out bool anyResults,
	out ErrorCode errorCode,
	int timeOutInMilliseconds = 60000
)

Parameters

dataStore  DataStoreClient
data  PayableTenderedBase
searchString  String
entryType  EntryType
reservationList  ListReservation
anyResults  Boolean
errorCode  ErrorCode
timeOutInMilliseconds  Int32  (Optional)

Return Value

Boolean
See Also