Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndListConfigurationSets C# (CSharp) Метод

EndListConfigurationSets() публичный Метод

Finishes the asynchronous execution of the ListConfigurationSets operation.
public EndListConfigurationSets ( IAsyncResult asyncResult ) : ListConfigurationSetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListConfigurationSets.
Результат ListConfigurationSetsResponse
        public  ListConfigurationSetsResponse EndListConfigurationSets(IAsyncResult asyncResult)
        {
            return EndInvoke<ListConfigurationSetsResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient