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

EndAllocateHosts() public method

Finishes the asynchronous execution of the AllocateHosts operation.
public EndAllocateHosts ( IAsyncResult asyncResult ) : AllocateHostsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAllocateHosts.
return AllocateHostsResponse
        public  AllocateHostsResponse EndAllocateHosts(IAsyncResult asyncResult)
        {
            return EndInvoke<AllocateHostsResponse>(asyncResult);
        }
AmazonEC2Client