Property ContinueOnErrors
ContinueOnErrors
Gets or sets a value indicating whether or not the DownloadPreplannedOfflineMapJob should continue running in the event of failure to take a layer offline.
Declaration
public bool ContinueOnErrors { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | A value indicating whether or not the DownloadPreplannedOfflineMapJob 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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.4 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.4 - 200.5 |
Xamarin.Android | 100.4 - 100.15 |
Xamarin.iOS | 100.4 - 100.15 |
UWP | 100.4 - 200.5 |