MailChimpClient.GetListsAsync 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.
Get all the lists
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.MailChimp.Models.GetListsResponseModel> GetListsAsync(int? maximumResults = default, int? offset = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetListsAsync : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.MailChimp.Models.GetListsResponseModel>
override this.GetListsAsync : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.MailChimp.Models.GetListsResponseModel>
Public Overridable Function GetListsAsync (Optional maximumResults As Nullable(Of Integer) = Nothing, Optional offset As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetListsResponseModel)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get all the lists response.
Remarks
Find all the lists for the current user