MailChimpClient.GetListMembersAsync 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.
Show list members
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.MailChimp.Models.GetAllMembersResponseModel> GetListMembersAsync(string listId, int? maximumResults = default, int? offset = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetListMembersAsync : string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.MailChimp.Models.GetAllMembersResponseModel>
override this.GetListMembersAsync : string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.MailChimp.Models.GetAllMembersResponseModel>
Public Overridable Function GetListMembersAsync (listId As String, Optional maximumResults As Nullable(Of Integer) = Nothing, Optional offset As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetAllMembersResponseModel)
Parameters
- listId
- String
List Id
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Show list members response.
Remarks
Show all the members of a list