Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndDeleteDocument C# (CSharp) Method

EndDeleteDocument() public method

Finishes the asynchronous execution of the DeleteDocument operation.
public EndDeleteDocument ( IAsyncResult asyncResult ) : DeleteDocumentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDocument.
return DeleteDocumentResponse
        public  DeleteDocumentResponse EndDeleteDocument(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDocumentResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient