ข้ามไปยังเนื้อหา

Class EdgeEngineBuilderExtensions

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Edge.Registration
Assembly: Cephalon.Edge.dll

Registers the built-in edge runtime pack with an .

public static class EdgeEngineBuilderExtensions

objectEdgeEngineBuilderExtensions

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

AddEdge(EngineBuilder, Action<EdgeRuntimeOptions>?)

Section titled “ AddEdge(EngineBuilder, Action<EdgeRuntimeOptions>?)”

Adds the edge runtime pack to the engine.

public static EngineBuilder AddEdge(this EngineBuilder builder, Action<EdgeRuntimeOptions>? configure = null)

builder EngineBuilder

The engine builder to extend.

configure Action<EdgeRuntimeOptions>?

An optional callback that configures the host-owned edge runtime options.

EngineBuilder

The same engine builder for fluent composition.