Click or drag to resize

IOperationServiceRemoveOrderClient Method

Returns true if client is unbound of the order.

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

Parameters

credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
order
Type: Resto.Front.Api.Data.OrdersIOrder
Order to unbind the client.
client
Type: Resto.Front.Api.Data.BrdIClient
The client will be unbound of the order.

Return Value

Type: Boolean
See Also