Click or drag to resize

IOperationServiceGetExternalOperations Method

Returns currently registered external operations grouped by service name.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IReadOnlyDictionary<string, IReadOnlyList<string>> GetExternalOperations()

Return Value

Type: IReadOnlyDictionaryString, IReadOnlyListString
See Also