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

EndDeleteTargetGroup() public method

Finishes the asynchronous execution of the DeleteTargetGroup operation.
public EndDeleteTargetGroup ( IAsyncResult asyncResult ) : DeleteTargetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteTargetGroup.
return DeleteTargetGroupResponse
        public  DeleteTargetGroupResponse EndDeleteTargetGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteTargetGroupResponse>(asyncResult);
        }
AmazonElasticLoadBalancingV2Client