Method StartJobAsync
| Edit this page View SourceStartJobAsync(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 |
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 |
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 |