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

EndDescribeDBSnapshotAttributes() public method

Finishes the asynchronous execution of the DescribeDBSnapshotAttributes operation.
public EndDescribeDBSnapshotAttributes ( IAsyncResult asyncResult ) : DescribeDBSnapshotAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBSnapshotAttributes.
return DescribeDBSnapshotAttributesResponse
        public  DescribeDBSnapshotAttributesResponse EndDescribeDBSnapshotAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeDBSnapshotAttributesResponse>(asyncResult);
        }
AmazonRDSClient