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

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

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

            return InvokeAsync<DeleteLexiconRequest,DeleteLexiconResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }