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

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

Finishes the asynchronous execution of the DeleteLexicon operation.
public EndDeleteLexicon ( IAsyncResult asyncResult ) : DeleteLexiconResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteLexicon.
Результат DeleteLexiconResponse
        public  DeleteLexiconResponse EndDeleteLexicon(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteLexiconResponse>(asyncResult);
        }