Skip to content

Interface IServiceControl

Namespace: DotBoxD.Abstractions
Assembly: DotBoxD.Abstractions.dll

The root plugin-service control verbs exposed by a generated plugin facade.

public interface IServiceControl : IExtensibleControl

IExtensibleControl

ILiveSettingsHandle<TKernel> Get<TKernel>() where TKernel : class, new()

ILiveSettingsHandle<TKernel>

TKernel

ValueTask<string> Replace<TService, TKernel>() where TService : class where TKernel : class, TService

ValueTask<string>

TService

TKernel