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

EndListConfigurations() public method

Finishes the asynchronous execution of the ListConfigurations operation.
public EndListConfigurations ( IAsyncResult asyncResult ) : ListConfigurationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListConfigurations.
return Amazon.ApplicationDiscoveryService.Model.ListConfigurationsResponse
        public  ListConfigurationsResponse EndListConfigurations(IAsyncResult asyncResult)
        {
            return EndInvoke<ListConfigurationsResponse>(asyncResult);
        }
AmazonApplicationDiscoveryServiceClient