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

EndImportSnapshot() public method

Finishes the asynchronous execution of the ImportSnapshot operation.
public EndImportSnapshot ( IAsyncResult asyncResult ) : ImportSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportSnapshot.
return ImportSnapshotResponse
        public  ImportSnapshotResponse EndImportSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<ImportSnapshotResponse>(asyncResult);
        }
AmazonEC2Client