Click or drag to resize

IOperationServiceRegisterExternalCourierServicesProvider Method (String, FuncValueTupleGuid, String)

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IDisposable RegisterExternalCourierServicesProvider(
	string providerId,
	Func<(Guid , string )[]> getServicesCallback
)

Parameters

providerId
Type: SystemString
getServicesCallback
Type: SystemFuncValueTupleGuid, String

Return Value

Type: IDisposable
See Also