ClickSendSmsClient.GetContactListsAsync 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 Contact Lists
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.GetContactListsResponse> GetContactListsAsync(int? pageNumber = default, int? numberOfRecordsPerPage = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContactListsAsync : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.GetContactListsResponse>
override this.GetContactListsAsync : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.GetContactListsResponse>
Public Overridable Function GetContactListsAsync (Optional pageNumber As Nullable(Of Integer) = Nothing, Optional numberOfRecordsPerPage As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetContactListsResponse)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get Contact Lists response.
Remarks
Get all contact lists unless specified in the advance options