Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndListReceiptRuleSets C# (CSharp) 메소드

EndListReceiptRuleSets() 공개 메소드

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