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