Amazon.APIGateway.AmazonAPIGatewayClient.EndDeleteDocumentationVersion C# (CSharp) 메소드

EndDeleteDocumentationVersion() 공개 메소드

Finishes the asynchronous execution of the DeleteDocumentationVersion operation.
public EndDeleteDocumentationVersion ( IAsyncResult asyncResult ) : DeleteDocumentationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDocumentationVersion.
리턴 DeleteDocumentationVersionResponse
        public  DeleteDocumentationVersionResponse EndDeleteDocumentationVersion(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDocumentationVersionResponse>(asyncResult);
        }
AmazonAPIGatewayClient