Click or drag to resize

IOperationServiceRemoveOrderClient Method

Returns true if client is unbound of the order.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
bool RemoveOrderClient(
	IOrder order,
	IClient client,
	ICredentials credentials
)

Parameters

order  IOrder
Order to unbind the client.
client  IClient
The client will be unbound of the order.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

Boolean
See Also