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

EndDeleteListener() public method

Finishes the asynchronous execution of the DeleteListener operation.
public EndDeleteListener ( IAsyncResult asyncResult ) : DeleteListenerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteListener.
return DeleteListenerResponse
        public  DeleteListenerResponse EndDeleteListener(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteListenerResponse>(asyncResult);
        }
AmazonElasticLoadBalancingV2Client