| Package | Description |
|---|---|
| com.microsoft.bingads.v13.bulk |
| Modifier and Type | Method and Description |
|---|---|
Future<BulkEntityIterable> |
BulkServiceManager.downloadEntitiesAsync(DownloadParameters parameters,
AsyncCallback<BulkEntityIterable> callback)
Downloads the specified Bulk entities.
|
Future<BulkEntityIterable> |
BulkServiceManager.downloadEntitiesAsync(DownloadParameters parameters,
Progress<BulkOperationProgressInfo> progress,
AsyncCallback<BulkEntityIterable> callback)
Downloads the specified Bulk entities.
|
Future<File> |
BulkServiceManager.downloadFileAsync(DownloadParameters parameters,
AsyncCallback<File> callback)
Downloads the specified Bulk entities to a local file.
|
Future<File> |
BulkServiceManager.downloadFileAsync(DownloadParameters parameters,
Progress<BulkOperationProgressInfo> progress,
AsyncCallback<File> callback)
Downloads the specified Bulk entities to a local file.
|
Copyright © 2024. All rights reserved.