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