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