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);
        }