Amazon.EC2.AmazonEC2Client.EndDescribeVpcEndpointServices C# (CSharp) Méthode

EndDescribeVpcEndpointServices() public méthode

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