ClickSendSmsClient.ViewListContactsAsync(Int32, 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.
Get Contacts in a List
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.ViewListContactsResponse> ViewListContactsAsync(int listId, System.Threading.CancellationToken cancellationToken = default);
abstract member ViewListContactsAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.ViewListContactsResponse>
override this.ViewListContactsAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.ViewListContactsResponse>
Public Overridable Function ViewListContactsAsync (listId As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ViewListContactsResponse)
Parameters
- listId
- Int32
List ID
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get Contacts in a List response.
Remarks
Get all Contacts in a List