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

EndListReceiptRuleSets() public method

Finishes the asynchronous execution of the ListReceiptRuleSets operation.
public EndListReceiptRuleSets ( IAsyncResult asyncResult ) : ListReceiptRuleSetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListReceiptRuleSets.
return ListReceiptRuleSetsResponse
        public  ListReceiptRuleSetsResponse EndListReceiptRuleSets(IAsyncResult asyncResult)
        {
            return EndInvoke<ListReceiptRuleSetsResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient