Show / Hide Table of Contents

Property ContinueOnErrors

ContinueOnErrors

Gets or sets a value indicating whether or not the GenerateOfflineMapJob should continue running in the event of failure to take a layer offline.

Declaration
public bool ContinueOnErrors { get; set; }
Property Value
Type Description
Boolean

A value indicating whether or not the GenerateOfflineMapJob should continue running in the event of failure to take a layer offline.

Remarks

If this property is true, failure to take a layer or table offline will not fail the job, the failure will be exposed in the job result. If this property is false, failure to take a layer or table offline will fail the job and no more layers or tables will be taken offline. The layer or table's error will be available as the job's error. The default value is true.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.4 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.4 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.4 - 100.15
iOS100.4 - 100.15
UWP100.4 - 200.0
In This Article
Back to top Copyright © 2022 Esri.