Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndListConfigurationSets C# (CSharp) Méthode

EndListConfigurationSets() public méthode

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