Click or drag to resize

IOperationServiceGetExternalOperations Method

Returns the list of all currently registered external operations with their service names and owner plugins' licensable module identifiers.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
IReadOnlyList<(int pluginModuleId, string serviceName, string operationName)> GetExternalOperations()

Return Value

Type: IReadOnlyListValueTupleInt32, String, String
See Also