Skip to content

Interface IExtensibleControl

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

A domain control that can host plugin-owned server extensions.

public interface IExtensibleControl
IServerExtensionClientRegistry ServerExtensions { get; }

IServerExtensionClientRegistry

protected static NotSupportedException ControlPlaneOnly()

NotSupportedException

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

ValueTask<string>

TService

TKernel