Interface IServiceControl
Namespace: DotBoxD.Abstractions
Assembly: DotBoxD.Abstractions.dll
The root plugin-service control verbs exposed by a generated plugin facade.
public interface IServiceControl : IExtensibleControlImplements
Section titled “Implements”Methods
Section titled “Methods”Get<TKernel>()
Section titled “ Get<TKernel>()”ILiveSettingsHandle<TKernel> Get<TKernel>() where TKernel : class, new()Returns
Section titled “Returns”ILiveSettingsHandle<TKernel>
Type Parameters
Section titled “Type Parameters”TKernel
Replace<TService, TKernel>()
Section titled “ Replace<TService, TKernel>()”ValueTask<string> Replace<TService, TKernel>() where TService : class where TKernel : class, TServiceReturns
Section titled “Returns”Type Parameters
Section titled “Type Parameters”TService
TKernel