Class EdgeEngineBuilderExtensions
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Edge.Registration
Assembly: Cephalon.Edge.dll
Registers the built-in edge runtime pack with an
public static class EdgeEngineBuilderExtensionsInheritance
Section titled “Inheritance”object ← EdgeEngineBuilderExtensions
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”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)Parameters
Section titled “Parameters”builder EngineBuilder
The engine builder to extend.
configure Action<EdgeRuntimeOptions>?
An optional callback that configures the host-owned edge runtime options.
Returns
Section titled “Returns”The same engine builder for fluent composition.