Amazon.EC2.AmazonEC2Client.EndAllocateHosts C# (CSharp) 메소드

EndAllocateHosts() 공개 메소드

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