Class RoutingNetworkProfile
A profile with settings for a memory-mapped routing network.
Inheritance
System.Object
RoutingNetworkProfile
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class RoutingNetworkProfile
Fields
Default
A default profile with almost no caching at network level but aggressive in the core graph.
Declaration
public static RoutingNetworkProfile Default
Field Value
|
RoutingNetworkProfile
|
NoCache
A profile that tells the routing network not to cache anything.
Declaration
public static RoutingNetworkProfile NoCache
Field Value
|
RoutingNetworkProfile
|
OneBuffer
A profile that tells the routing network to prepare for sequential access.
Declaration
public static RoutingNetworkProfile OneBuffer
Field Value
|
RoutingNetworkProfile
|
Properties
EdgeDataProfile
Gets or sets the edge data profile.
Declaration
public ArrayProfile EdgeDataProfile { get; set; }
Property Value
|
ArrayProfile
|
GeometricGraphProfile
Gets or sets the geometric graph profile.
Declaration
public GeometricGraphProfile GeometricGraphProfile { get; set; }
Property Value
|
GeometricGraphProfile
|