Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.DescribeLoadBalancersAsync C# (CSharp) Метод

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

Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.
/// The specified load balancer does not exist. /// /// ///
public DescribeLoadBalancersAsync ( 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<DescribeLoadBalancersResponse> DescribeLoadBalancersAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return DescribeLoadBalancersAsync(new DescribeLoadBalancersRequest(), cancellationToken);
        }

Same methods

AmazonElasticLoadBalancingClient::DescribeLoadBalancersAsync ( DescribeLoadBalancersRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonElasticLoadBalancingClient