Provides access to members that specify the properties of a path trace configuration.

Members

Name Description
Read/write property InferConnectivity Returns whether connectivity should be inferred.
Read/write property MaxHops Returns the maximum number of hops.
Read/write property NumPaths Returns the number of paths.
Read/write property ReuseCircuitLocations Returns whether circuit locations can be reused.

IPathTraceConfiguration.InferConnectivity Property

Returns whether connectivity should be inferred.

Public Property InferConnectivity As Boolean
public bool InferConnectivity {get; set;}

IPathTraceConfiguration.MaxHops Property

Returns the maximum number of hops.

Public Property MaxHops As Integer
public int MaxHops {get; set;}

IPathTraceConfiguration.NumPaths Property

Returns the number of paths.

Public Property NumPaths As Integer
public int NumPaths {get; set;}

IPathTraceConfiguration.ReuseCircuitLocations Property

Returns whether circuit locations can be reused.

Public Property ReuseCircuitLocations As Boolean
public bool ReuseCircuitLocations {get; set;}

Classes that implement IPathTraceConfiguration

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.