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

EndCreateVpcEndpoint() public méthode

Finishes the asynchronous execution of the CreateVpcEndpoint operation.
public EndCreateVpcEndpoint ( IAsyncResult asyncResult ) : CreateVpcEndpointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVpcEndpoint.
Résultat CreateVpcEndpointResponse
        public  CreateVpcEndpointResponse EndCreateVpcEndpoint(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateVpcEndpointResponse>(asyncResult);
        }
AmazonEC2Client