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

EndListDocumentVersions() public method

Finishes the asynchronous execution of the ListDocumentVersions operation.
public EndListDocumentVersions ( IAsyncResult asyncResult ) : ListDocumentVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListDocumentVersions.
return Amazon.SimpleSystemsManagement.Model.ListDocumentVersionsResponse
        public  ListDocumentVersionsResponse EndListDocumentVersions(IAsyncResult asyncResult)
        {
            return EndInvoke<ListDocumentVersionsResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient