Amazon.Polly.AmazonPollyClient.EndListLexicons C# (CSharp) Method

EndListLexicons() public method

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