Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceClient.EndListServerNeighbors C# (CSharp) Méthode

EndListServerNeighbors() public méthode

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