C# Class MailChimp.Api.Net.Services.BatchOperation.MailChimpBatch

Afficher le fichier Open project: shahriarhossain/MailChimp.Api.Net

Méthodes publiques

Méthode Description
GetBatchReportById ( string batchId ) : Task

Get the status of a batch operation request The unique id for the batch operation

MailChimpBatch ( ) : System.Threading.Tasks
PostBatchOperationAsync ( RootBatch bundle ) : Task

Start a batch operation

Method Details

GetBatchReportById() public méthode

Get the status of a batch operation request The unique id for the batch operation
public GetBatchReportById ( string batchId ) : Task
batchId string
Résultat Task

MailChimpBatch() public méthode

public MailChimpBatch ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks

PostBatchOperationAsync() public méthode

Start a batch operation
public PostBatchOperationAsync ( RootBatch bundle ) : Task
bundle MailChimp.Api.Net.Domain.BatchOperation.RootBatch
Résultat Task