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