Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndDeleteDocument C# (CSharp) 메소드

EndDeleteDocument() 공개 메소드

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