Amazon.EC2.AmazonEC2Client.EndDescribeBundleTasks C# (CSharp) Method

EndDescribeBundleTasks() public method

Finishes the asynchronous execution of the DescribeBundleTasks operation.
public EndDescribeBundleTasks ( IAsyncResult asyncResult ) : DescribeBundleTasksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeBundleTasks.
return DescribeBundleTasksResponse
        public  DescribeBundleTasksResponse EndDescribeBundleTasks(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeBundleTasksResponse>(asyncResult);
        }
AmazonEC2Client