OperationsProcessOperaRequest(DataStoreClient, PayableTenderedBase, String, EntryType, ListReservation, Boolean, ErrorCode, Int32) Method |
Namespace: Micros.PosCore.OperaPostingAssembly: PosCore (in PosCore.dll) Version: 19.8
Syntaxpublic 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