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

EndCreateNatGateway() public method

Finishes the asynchronous execution of the CreateNatGateway operation.
public EndCreateNatGateway ( IAsyncResult asyncResult ) : CreateNatGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateNatGateway.
return CreateNatGatewayResponse
        public  CreateNatGatewayResponse EndCreateNatGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateNatGatewayResponse>(asyncResult);
        }
AmazonEC2Client