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

EndDescribeDBClusterSnapshotAttributes() public method

Finishes the asynchronous execution of the DescribeDBClusterSnapshotAttributes operation.
public EndDescribeDBClusterSnapshotAttributes ( IAsyncResult asyncResult ) : DescribeDBClusterSnapshotAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBClusterSnapshotAttributes.
return DescribeDBClusterSnapshotAttributesResponse
        public  DescribeDBClusterSnapshotAttributesResponse EndDescribeDBClusterSnapshotAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeDBClusterSnapshotAttributesResponse>(asyncResult);
        }
AmazonRDSClient