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

EndDescribeDBClusterSnapshotAttributes() public méthode

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