Amazon.ElasticLoadBalancingV2.AmazonElasticLoadBalancingV2Client.ModifyTargetGroupAttributesAsync C# (CSharp) Method

ModifyTargetGroupAttributesAsync() public method

Initiates the asynchronous execution of the ModifyTargetGroupAttributes operation.
public ModifyTargetGroupAttributesAsync ( ModifyTargetGroupAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticLoadBalancingV2.Model.ModifyTargetGroupAttributesRequest Container for the necessary parameters to execute the ModifyTargetGroupAttributes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ModifyTargetGroupAttributesResponse> ModifyTargetGroupAttributesAsync(ModifyTargetGroupAttributesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ModifyTargetGroupAttributesRequestMarshaller();
            var unmarshaller = ModifyTargetGroupAttributesResponseUnmarshaller.Instance;

            return InvokeAsync<ModifyTargetGroupAttributesRequest,ModifyTargetGroupAttributesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElasticLoadBalancingV2Client