Show / Hide Table of Contents

Method CreateAsync

CreateAsync(Uri)

Creates a service area task with URL.

Declaration
public static async Task<ServiceAreaTask> CreateAsync(Uri uri)
Parameters
Type Name Description
System.Uri uri

A URL to online routing services.

Returns
Type Description
System.Threading.Tasks.Task<ServiceAreaTask>

The task object representing the asynchronous create operation. The value of the task result is a ServiceAreaTask object.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 200.8
.NET100.14 - 200.8
.NET Windows100.14 - 200.8
.NET Android200.2 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.14 - 200.8
Xamarin.Android100.14
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.8

CreateAsync(Uri, String)

Creates a service area task with URL.

Declaration
public static async Task<ServiceAreaTask> CreateAsync(Uri uri, string apiKey)
Parameters
Type Name Description
System.Uri uri

A URL to online routing services.

System.String apiKey

The security credential for the online routing service.

Returns
Type Description
System.Threading.Tasks.Task<ServiceAreaTask>

The task object representing the asynchronous create operation. The value of the task result is a ServiceAreaTask object.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.10 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.2 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.10 - 200.8
Xamarin.Android100.10 - 100.14
Xamarin.iOS100.10 - 100.15
UWP100.10 - 200.8

CreateAsync(String, String)

Initializes a new instance of the ServiceAreaTask class from a local geodatabase.

Declaration
public static async Task<ServiceAreaTask> CreateAsync(string pathToDatabase, string networkName)
Parameters
Type Name Description
System.String pathToDatabase

A file path to a geodatabase.

System.String networkName

A network name.

Returns
Type Description
System.Threading.Tasks.Task<ServiceAreaTask>

The task object representing the asynchronous create operation. The value of the task result is a ServiceAreaTask object.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.2.1 - 200.8
Xamarin.Android100.2.1 - 100.15
Xamarin.iOS100.2.1 - 100.15
UWP100.2.1 - 200.8

CreateAsync(TransportationNetworkDataset)

Initializes a new instance of the ServiceAreaTask class from a transportation network dataset.

Declaration
public static async Task<ServiceAreaTask> CreateAsync(TransportationNetworkDataset transportationNetwork)
Parameters
Type Name Description
TransportationNetworkDataset transportationNetwork

A transportation network dataset.

Returns
Type Description
System.Threading.Tasks.Task<ServiceAreaTask>

The task object representing the asynchronous create operation. The value of the task result is a ServiceAreaTask object.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.2.1 - 200.8
Xamarin.Android100.2.1 - 100.15
Xamarin.iOS100.2.1 - 100.15
UWP100.2.1 - 200.8
In This Article
Back to top Copyright © 2022 Esri.