Amazon.EC2.AmazonEC2Client.EndBundleInstance C# (CSharp) 메소드

EndBundleInstance() 공개 메소드

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