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

EndImportInstance() public method

Finishes the asynchronous execution of the ImportInstance operation.
public EndImportInstance ( IAsyncResult asyncResult ) : ImportInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportInstance.
return ImportInstanceResponse
        public  ImportInstanceResponse EndImportInstance(IAsyncResult asyncResult)
        {
            return EndInvoke<ImportInstanceResponse>(asyncResult);
        }
AmazonEC2Client