Click or drag to resize

IOperationServiceRegisterExternalAddressSearchProvider Method

Registers external adress search provider.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IDisposable RegisterExternalAddressSearchProvider(
	Func<string, (string , string , string , string , decimal , decimal , string , (string , string , string , string ) )[]> getAddressesCallback
)

Parameters

getAddressesCallback  FuncString, ValueTupleString, String, String, String, Decimal, Decimal, String, ValueTupleString, String, String, String
External address search provider.

Return Value

IDisposable
See Also