C# Класс PodioAPI.Services.BatchService

Показать файл Открыть проект

Открытые методы

Метод Описание
BatchService ( Podio currentInstance ) : System.Collections.Generic
GetBatch ( int batchId ) : Task

Returns the batch with the given id.

Podio API Reference: https://developers.podio.com/doc/batch/get-batch-6144225

GetBatches ( ) : Task>

Returns the batches created by the user. The batches are sorted descending by date of creation.

Podio API Reference: https://developers.podio.com/doc/batch/get-batches-6078877

GetRunningBatches ( string refType, int refId, string plugin ) : Task>

Returns the currently running batches on the given reference.

Podio API Reference: https://developers.podio.com/doc/batch/get-running-batches-15856178

Описание методов

BatchService() публичный Метод

public BatchService ( Podio currentInstance ) : System.Collections.Generic
currentInstance Podio
Результат System.Collections.Generic

GetBatch() публичный Метод

Returns the batch with the given id.

Podio API Reference: https://developers.podio.com/doc/batch/get-batch-6144225

public GetBatch ( int batchId ) : Task
batchId int
Результат Task

GetBatches() публичный Метод

Returns the batches created by the user. The batches are sorted descending by date of creation.

Podio API Reference: https://developers.podio.com/doc/batch/get-batches-6078877

public GetBatches ( ) : Task>
Результат Task>

GetRunningBatches() публичный Метод

Returns the currently running batches on the given reference.

Podio API Reference: https://developers.podio.com/doc/batch/get-running-batches-15856178

public GetRunningBatches ( string refType, int refId, string plugin ) : Task>
refType string The reference can either be a space or an app.
refId int
plugin string The plugin can either be "app_import", "app_export", "space_contact_import" or "app_content".
Результат Task>