Interface IEdgeNodeCatalog
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Edge.Services
Assembly: Cephalon.Edge.dll
Exposes the merged set of edge nodes available to the active edge runtime.
public interface IEdgeNodeCatalogProperties
Section titled “Properties”Gets the effective node set after host options and module contributors have both been applied.
IReadOnlyList<EdgeNodeDescriptor> Nodes { get; }Property Value
Section titled “Property Value”IReadOnlyList<EdgeNodeDescriptor>
Methods
Section titled “Methods”TryGet(string, out EdgeNodeDescriptor)
Section titled “ TryGet(string, out EdgeNodeDescriptor)”Attempts to resolve an edge node descriptor by identifier.
bool TryGet(string nodeId, out EdgeNodeDescriptor node)Parameters
Section titled “Parameters”nodeId string
The node identifier to resolve.
node EdgeNodeDescriptor
When this method returns, contains the resolved node if found.