Amazon.RDS.AmazonRDSClient.EndDescribeDBClusterSnapshotAttributes C# (CSharp) Метод

EndDescribeDBClusterSnapshotAttributes() публичный Метод

Finishes the asynchronous execution of the DescribeDBClusterSnapshotAttributes operation.
public EndDescribeDBClusterSnapshotAttributes ( IAsyncResult asyncResult ) : DescribeDBClusterSnapshotAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBClusterSnapshotAttributes.
Результат DescribeDBClusterSnapshotAttributesResponse
        public  DescribeDBClusterSnapshotAttributesResponse EndDescribeDBClusterSnapshotAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeDBClusterSnapshotAttributesResponse>(asyncResult);
        }
AmazonRDSClient