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

EndGetLexicon() public method

Finishes the asynchronous execution of the GetLexicon operation.
public EndGetLexicon ( IAsyncResult asyncResult ) : GetLexiconResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetLexicon.
return Amazon.Polly.Model.GetLexiconResponse
        public  GetLexiconResponse EndGetLexicon(IAsyncResult asyncResult)
        {
            return EndInvoke<GetLexiconResponse>(asyncResult);
        }