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

EndAllocateAddress() public method

Finishes the asynchronous execution of the AllocateAddress operation.
public EndAllocateAddress ( IAsyncResult asyncResult ) : AllocateAddressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAllocateAddress.
return AllocateAddressResponse
        public  AllocateAddressResponse EndAllocateAddress(IAsyncResult asyncResult)
        {
            return EndInvoke<AllocateAddressResponse>(asyncResult);
        }
AmazonEC2Client