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

EndSetSecurityGroups() public method

Finishes the asynchronous execution of the SetSecurityGroups operation.
public EndSetSecurityGroups ( IAsyncResult asyncResult ) : SetSecurityGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetSecurityGroups.
return Amazon.ElasticLoadBalancingV2.Model.SetSecurityGroupsResponse
        public  SetSecurityGroupsResponse EndSetSecurityGroups(IAsyncResult asyncResult)
        {
            return EndInvoke<SetSecurityGroupsResponse>(asyncResult);
        }
AmazonElasticLoadBalancingV2Client