Show / Hide Table of Contents

Method StartJobAsync

| Edit this page View Source

StartJobAsync(OfflineMapSyncJob, PortalItem, string)

Starts a job that will be managed by this instance.

Declaration
public Task StartJobAsync(OfflineMapSyncJob job, PortalItem portalItem, string title)
Parameters
Type Name Description
OfflineMapSyncJob job

The job to start.

PortalItem portalItem

The portal item whose map is being taken offline.

string title

The title of the map area being taken offline.

Returns
Type Description
Task
| Edit this page View Source

StartJobAsync(GenerateOfflineMapJob, PortalItem, string)

Starts a job that will be managed by this instance.

Declaration
public Task StartJobAsync(GenerateOfflineMapJob job, PortalItem portalItem, string title)
Parameters
Type Name Description
GenerateOfflineMapJob job

The job to start.

PortalItem portalItem

The portal item whose map is being taken offline.

string title

The title of the map area being taken offline.

Returns
Type Description
Task
| Edit this page View Source

StartJobAsync(DownloadPreplannedOfflineMapJob, PortalItem, string)

Starts a job that will be managed by this instance.

Declaration
public Task StartJobAsync(DownloadPreplannedOfflineMapJob job, PortalItem portalItem, string title)
Parameters
Type Name Description
DownloadPreplannedOfflineMapJob job

The job to start.

PortalItem portalItem

The portal item whose map is being taken offline.

string title

The title of the map area being taken offline.

Returns
Type Description
Task
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX