Amazon.EC2.AmazonEC2Client.EndDescribeVpcEndpointServices C# (CSharp) Method

EndDescribeVpcEndpointServices() public method

Finishes the asynchronous execution of the DescribeVpcEndpointServices operation.
public EndDescribeVpcEndpointServices ( IAsyncResult asyncResult ) : DescribeVpcEndpointServicesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVpcEndpointServices.
return DescribeVpcEndpointServicesResponse
        public  DescribeVpcEndpointServicesResponse EndDescribeVpcEndpointServices(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeVpcEndpointServicesResponse>(asyncResult);
        }
AmazonEC2Client