Amazon.RDS.AmazonRDSClient.EndDescribeDBClusterSnapshots C# (CSharp) Méthode

EndDescribeDBClusterSnapshots() public méthode

Finishes the asynchronous execution of the DescribeDBClusterSnapshots operation.
public EndDescribeDBClusterSnapshots ( IAsyncResult asyncResult ) : DescribeDBClusterSnapshotsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBClusterSnapshots.
Résultat DescribeDBClusterSnapshotsResponse
        public  DescribeDBClusterSnapshotsResponse EndDescribeDBClusterSnapshots(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeDBClusterSnapshotsResponse>(asyncResult);
        }
AmazonRDSClient