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

EndSetSubnets() public method

Finishes the asynchronous execution of the SetSubnets operation.
public EndSetSubnets ( IAsyncResult asyncResult ) : SetSubnetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetSubnets.
return Amazon.ElasticLoadBalancingV2.Model.SetSubnetsResponse
        public  SetSubnetsResponse EndSetSubnets(IAsyncResult asyncResult)
        {
            return EndInvoke<SetSubnetsResponse>(asyncResult);
        }
AmazonElasticLoadBalancingV2Client