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

EndBundleInstance() public method

Finishes the asynchronous execution of the BundleInstance operation.
public EndBundleInstance ( IAsyncResult asyncResult ) : BundleInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginBundleInstance.
return BundleInstanceResponse
        public  BundleInstanceResponse EndBundleInstance(IAsyncResult asyncResult)
        {
            return EndInvoke<BundleInstanceResponse>(asyncResult);
        }
AmazonEC2Client