Table of Contents

Interface IExtensibleControl

Namespace
DotBoxD.Abstractions
Assembly
DotBoxD.Abstractions.dll

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

public interface IExtensibleControl

Properties

ServerExtensions

IServerExtensionClientRegistry ServerExtensions { get; }

Property Value

IServerExtensionClientRegistry

Methods

ControlPlaneOnly()

protected static NotSupportedException ControlPlaneOnly()

Returns

NotSupportedException

Extend<TService, TKernel>()

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

Returns

ValueTask<string>

Type Parameters

TService
TKernel