Show / Hide Table of Contents

Class UtilityNetworkTraceCompletedEventArgs

Event argument used by UtilityNetworkTraceCompleted event.

Inheritance
Object
EventArgs
UtilityNetworkTraceCompletedEventArgs
Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public sealed class UtilityNetworkTraceCompletedEventArgs : EventArgs

Properties

| Improve this Doc View Source

Error

Gets the Esri.ArcGISRuntime raised by trace.

Declaration
public Exception Error { get; }
Property Value
Type Description
Exception

The Esri.ArcGISRuntime raised by trace.

| Improve this Doc View Source

Parameters

Gets the used by trace.

Declaration
public UtilityTraceParameters Parameters { get; }
Property Value
Type Description
UtilityTraceParameters

The used by trace.

| Improve this Doc View Source

Results

Gets the Esri.ArcGISRuntime returned by trace.

Declaration
public IEnumerable<UtilityTraceResult> Results { get; }
Property Value
Type Description
IEnumerable<UtilityTraceResult>

The Esri.ArcGISRuntime returned by trace.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX