Class EdgeRuntimeOptions
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Edge.Configuration
Assembly: Cephalon.Edge.dll
Configures the built-in edge runtime pack.
public sealed class EdgeRuntimeOptionsInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Remarks
Section titled “Remarks”These options seed the host-owned part of the edge runtime. Installed modules can still
contribute additional nodes through
Constructors
Section titled “Constructors”EdgeRuntimeOptions()
Section titled “ EdgeRuntimeOptions()”Creates edge runtime options with the default host-owned features enabled.
public EdgeRuntimeOptions()Properties
Section titled “Properties”EnableOfflineMode
Section titled “ EnableOfflineMode”Gets or sets a value indicating whether offline mode features are enabled.
public bool EnableOfflineMode { get; set; }Property Value
Section titled “Property Value”EnableSynchronization
Section titled “ EnableSynchronization”Gets or sets a value indicating whether synchronization features are enabled.
public bool EnableSynchronization { get; set; }Property Value
Section titled “Property Value”Gets the host-defined edge nodes that should be available to the edge runtime.
public IList<EdgeNodeDescriptor> Nodes { get; }