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

EndDeleteVpcEndpoints() public method

Finishes the asynchronous execution of the DeleteVpcEndpoints operation.
public EndDeleteVpcEndpoints ( IAsyncResult asyncResult ) : DeleteVpcEndpointsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteVpcEndpoints.
return DeleteVpcEndpointsResponse
        public  DeleteVpcEndpointsResponse EndDeleteVpcEndpoints(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteVpcEndpointsResponse>(asyncResult);
        }
AmazonEC2Client