Skip to content

Class EdgeRuntimeOptions

Namespace: Cephalon.Edge.Configuration
Assembly: Cephalon.Edge.dll

Configures the built-in edge runtime pack.

public sealed class EdgeRuntimeOptions

objectEdgeRuntimeOptions

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

These options seed the host-owned part of the edge runtime. Installed modules can still contribute additional nodes through .

Creates edge runtime options with the default host-owned features enabled.

public EdgeRuntimeOptions()

Gets or sets a value indicating whether offline mode features are enabled.

public bool EnableOfflineMode { get; set; }

bool

Gets or sets a value indicating whether synchronization features are enabled.

public bool EnableSynchronization { get; set; }

bool

Gets the host-defined edge nodes that should be available to the edge runtime.

public IList<EdgeNodeDescriptor> Nodes { get; }

IList<EdgeNodeDescriptor>