Amazon.EC2.AmazonEC2Client.EndDescribeImportSnapshotTasks C# (CSharp) Méthode

EndDescribeImportSnapshotTasks() public méthode

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