C# 클래스 MailChimp.Api.Net.Services.BatchOperation.MailChimpBatch

파일 보기 프로젝트 열기: shahriarhossain/MailChimp.Api.Net

공개 메소드들

메소드 설명
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

메소드 상세

GetBatchReportById() 공개 메소드

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

MailChimpBatch() 공개 메소드

public MailChimpBatch ( ) : System.Threading.Tasks
리턴 System.Threading.Tasks

PostBatchOperationAsync() 공개 메소드

Start a batch operation
public PostBatchOperationAsync ( RootBatch bundle ) : Task
bundle MailChimp.Api.Net.Domain.BatchOperation.RootBatch
리턴 Task