MailChimpClient.GetCampaignsAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List campaigns
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.MailChimp.Models.GetCampaignsResponse> GetCampaignsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetCampaignsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.MailChimp.Models.GetCampaignsResponse>
override this.GetCampaignsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.MailChimp.Models.GetCampaignsResponse>
Public Overridable Function GetCampaignsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetCampaignsResponse)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The List campaigns response.
Remarks
This operation retrieves a list of campaigns in an account