Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndListConfigurationSets C# (CSharp) Method

EndListConfigurationSets() public method

Finishes the asynchronous execution of the ListConfigurationSets operation.
public EndListConfigurationSets ( IAsyncResult asyncResult ) : ListConfigurationSetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListConfigurationSets.
return ListConfigurationSetsResponse
        public  ListConfigurationSetsResponse EndListConfigurationSets(IAsyncResult asyncResult)
        {
            return EndInvoke<ListConfigurationSetsResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient