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.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyList<(int pluginModuleId, string serviceName, string operationName)> GetExternalOperations()

Return Value

IReadOnlyListValueTupleInt32, String, String
See Also