Skip to content

Class MultiTenancyEngineBuilderExtensions

Namespace: Cephalon.MultiTenancy.Registration
Assembly: Cephalon.MultiTenancy.dll

Registers the host-agnostic Cephalon multi-tenancy companion pack with an .

public static class MultiTenancyEngineBuilderExtensions

objectMultiTenancyEngineBuilderExtensions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

AddMultiTenancy(EngineBuilder, Action<MultiTenancyRuntimeOptions>?)

Section titled “ AddMultiTenancy(EngineBuilder, Action<MultiTenancyRuntimeOptions>?)”

Adds the Cephalon multi-tenancy companion pack to the engine.

public static EngineBuilder AddMultiTenancy(this EngineBuilder builder, Action<MultiTenancyRuntimeOptions>? configure = null)

builder EngineBuilder

The engine builder to extend.

configure Action<MultiTenancyRuntimeOptions>?

An optional callback that configures host-owned multi-tenancy runtime options.

EngineBuilder

The same engine builder for fluent composition.