Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceClient.EndListServerNeighbors C# (CSharp) Method

EndListServerNeighbors() public method

Finishes the asynchronous execution of the ListServerNeighbors operation.
public EndListServerNeighbors ( IAsyncResult asyncResult ) : ListServerNeighborsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListServerNeighbors.
return Amazon.ApplicationDiscoveryService.Model.ListServerNeighborsResponse
        public  ListServerNeighborsResponse EndListServerNeighbors(IAsyncResult asyncResult)
        {
            return EndInvoke<ListServerNeighborsResponse>(asyncResult);
        }
AmazonApplicationDiscoveryServiceClient