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

EndCreateListener() public method

Finishes the asynchronous execution of the CreateListener operation.
public EndCreateListener ( IAsyncResult asyncResult ) : CreateListenerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateListener.
return Amazon.ElasticLoadBalancingV2.Model.CreateListenerResponse
        public  CreateListenerResponse EndCreateListener(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateListenerResponse>(asyncResult);
        }
AmazonElasticLoadBalancingV2Client