IOperationServiceRegisterExternalAddressSearchProvider Method |
Registers external adress search provider.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
SyntaxIDisposable RegisterExternalAddressSearchProvider(
Func<string, (string , string , string , string , decimal , decimal , string , (string , string , string , string , string , string , int? ) )[]> getAddressesCallback
)
Parameters
- getAddressesCallback FuncString, ValueTupleString, String, String, String, Decimal, Decimal, String, ValueTupleString, String, String, String, String, String, NullableInt32
-
External address search provider.
Return Value
IDisposable
See Also