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

EndDescribeAgents() public method

Finishes the asynchronous execution of the DescribeAgents operation.
public EndDescribeAgents ( IAsyncResult asyncResult ) : DescribeAgentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAgents.
return Amazon.ApplicationDiscoveryService.Model.DescribeAgentsResponse
        public  DescribeAgentsResponse EndDescribeAgents(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeAgentsResponse>(asyncResult);
        }
AmazonApplicationDiscoveryServiceClient