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

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

Finishes the asynchronous execution of the ListLexicons operation.
public EndListLexicons ( IAsyncResult asyncResult ) : ListLexiconsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListLexicons.
Результат Amazon.Polly.Model.ListLexiconsResponse
        public  ListLexiconsResponse EndListLexicons(IAsyncResult asyncResult)
        {
            return EndInvoke<ListLexiconsResponse>(asyncResult);
        }