Amazon.RDS.AmazonRDSClient.EndDescribeDBClusterSnapshots C# (CSharp) Method

EndDescribeDBClusterSnapshots() public method

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