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

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

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