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

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

Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

/// DBSubnetGroupName does not refer to an existing DB subnet group. ///
public DescribeDBSubnetGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DescribeDBSubnetGroupsResponse> DescribeDBSubnetGroupsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return DescribeDBSubnetGroupsAsync(new DescribeDBSubnetGroupsRequest(), cancellationToken);
        }
        /// <summary>

Same methods

AmazonRDSClient::DescribeDBSubnetGroupsAsync ( DescribeDBSubnetGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonRDSClient