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

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

Initiates the asynchronous execution of the ConfigureHealthCheck operation.
public ConfigureHealthCheckAsync ( ConfigureHealthCheckRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticLoadBalancing.Model.ConfigureHealthCheckRequest Container for the necessary parameters to execute the ConfigureHealthCheck operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ConfigureHealthCheckResponse> ConfigureHealthCheckAsync(ConfigureHealthCheckRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ConfigureHealthCheckRequestMarshaller();
            var unmarshaller = ConfigureHealthCheckResponseUnmarshaller.Instance;

            return InvokeAsync<ConfigureHealthCheckRequest,ConfigureHealthCheckResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElasticLoadBalancingClient