Click or drag to resize

IOperationServiceStartService Method

Starts the specified service.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void StartService(
	IOrder order,
	IOrderServiceItem service,
	ICredentials credentials
)

Parameters

order  IOrder
Order to start service from.
service  IOrderServiceItem
Service to start.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.
See Also