Delegate ModuleInvocation
Executes module methods.
Namespace: Solti.Utils.Rpc.Internals
Assembly: Solti.Utils.Rpc.Server.dll
Syntax
public delegate Task<object> ModuleInvocation(IInjector scope, IRpcRequestContext context);
Parameters
| Type | Name | Description |
|---|---|---|
| Solti.Utils.DI.Interfaces.IInjector | scope | |
| IRpcRequestContext | context |
Returns
| Type | Description |
|---|---|
| Task<Object> |