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

EndDescribeImportSnapshotTasks() public method

Finishes the asynchronous execution of the DescribeImportSnapshotTasks operation.
public EndDescribeImportSnapshotTasks ( IAsyncResult asyncResult ) : DescribeImportSnapshotTasksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeImportSnapshotTasks.
return DescribeImportSnapshotTasksResponse
        public  DescribeImportSnapshotTasksResponse EndDescribeImportSnapshotTasks(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeImportSnapshotTasksResponse>(asyncResult);
        }
AmazonEC2Client