trace method

Future<List<UtilityTraceResult>> trace(
  1. UtilityTraceParameters traceParameters
)

Begins a trace with the supplied UtilityTraceParameters.

This method returns a task that supplies a collection of UtilityTraceResult objects when the utility network finishes the trace.

If the UtilityTraceParameters.traceType in UtilityTraceParameters is a subnetwork-based trace, it must have an UtilityDomainNetwork set in the UtilityTraceConfiguration returned from UtilityTraceParameters.traceConfiguration.

Parameters:

  • traceParameters — The input arguments to the trace.

Return Value: An array of UtilityTraceResult objects when the trace is finished.