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

DeleteListenerAsync() public method

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

            return InvokeAsync<DeleteListenerRequest,DeleteListenerResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElasticLoadBalancingV2Client