Amazon.Polly.AmazonPollyClient.ListLexiconsAsync C# (CSharp) Метод

ListLexiconsAsync() публичный Метод

Initiates the asynchronous execution of the ListLexicons operation.
public ListLexiconsAsync ( ListLexiconsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Polly.Model.ListLexiconsRequest Container for the necessary parameters to execute the ListLexicons operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ListLexiconsResponse> ListLexiconsAsync(ListLexiconsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListLexiconsRequestMarshaller();
            var unmarshaller = ListLexiconsResponseUnmarshaller.Instance;

            return InvokeAsync<ListLexiconsRequest,ListLexiconsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }