Constructor UtilityTraceParameters
UtilityTraceParameters(UtilityTraceType, IEnumerable<UtilityElement>)
Initializes a new instance of the UtilityTraceParameters class for the specified trace type and with the supplied starting locations.
Declaration
public UtilityTraceParameters(UtilityTraceType traceType, IEnumerable<UtilityElement> startingLocations)
Parameters
Type | Name | Description |
---|---|---|
UtilityTraceType | traceType | The type of trace to perform. |
System.Collections.Generic.IEnumerable<UtilityElement> | startingLocations | The starting locations to begin the trace at. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.6 - 200.5 |
Xamarin.Android | 100.6 - 100.14 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.5 |
Relevant samples
Configure subnetwork trace: Get a server-defined trace configuration for a given tier and modify its traversability scope, add new condition barriers and control what is included in the subnetwork trace result.
Perform valve isolation trace: Run a filtered trace to locate operable features that will isolate an area from the flow of network resources.
Trace utility network: Discover connected features in a utility network using connected, subnetwork, upstream, and downstream traces.
UtilityTraceParameters(UtilityNamedTraceConfiguration, IEnumerable<UtilityElement>)
Initializes a new instance of the UtilityTraceParameters class from a predefined trace options with the supplied starting locations.
Declaration
public UtilityTraceParameters(UtilityNamedTraceConfiguration namedTraceConfiguration, IEnumerable<UtilityElement> startingLocations)
Parameters
Type | Name | Description |
---|---|---|
UtilityNamedTraceConfiguration | namedTraceConfiguration | The UtilityNamedTraceConfiguration from which the TraceConfiguration object is generated. |
System.Collections.Generic.IEnumerable<UtilityElement> | startingLocations | The collection of starting locations. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.11 - 200.5 |
Xamarin.Android | 100.11 - 100.14 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.5 |