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