IOperationServiceTryGetDishPrinter Method |
Try get instance of dish printer.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxIPrinterQueueRef TryGetDishPrinter(
IRestaurantSection section = null,
bool checkIsConfigured = false
)
Parameters
- section IRestaurantSection (Optional)
-
Printer`s restaurant section. If section not specified uses default table`s section.
- checkIsConfigured Boolean (Optional)
-
If checkIsConfigured = true returns only configured printer.
Return Value
IPrinterQueueRef
Instance of dish printer.
See Also