Skip to content

Class EventingEngineBuilderExtensions

Namespace: Cephalon.Eventing.Registration
Assembly: Cephalon.Eventing.dll

Registers the built-in eventing runtime pack with an .

public static class EventingEngineBuilderExtensions

objectEventingEngineBuilderExtensions

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

AddEventing(EngineBuilder, Action<EventingOptions>?)

Section titled “ AddEventing(EngineBuilder, Action<EventingOptions>?)”

Adds the eventing runtime pack to the engine.

public static EngineBuilder AddEventing(this EngineBuilder builder, Action<EventingOptions>? configure = null)

builder EngineBuilder

The engine builder to extend.

configure Action<EventingOptions>?

An optional callback that configures the host-owned eventing options.

EngineBuilder

The same engine builder for fluent composition.