Provides access to members that specify the properties of a path trace configuration.
Members
| Name | Description | |
|---|---|---|
![]() |
InferConnectivity | Returns whether connectivity should be inferred. |
![]() |
MaxHops | Returns the maximum number of hops. |
![]() |
NumPaths | Returns the number of paths. |
![]() |
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 |
|---|
