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

EndListIdentityPolicies() 공개 메소드

Finishes the asynchronous execution of the ListIdentityPolicies operation.
public EndListIdentityPolicies ( IAsyncResult asyncResult ) : ListIdentityPoliciesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListIdentityPolicies.
리턴 ListIdentityPoliciesResponse
        public  ListIdentityPoliciesResponse EndListIdentityPolicies(IAsyncResult asyncResult)
        {
            return EndInvoke<ListIdentityPoliciesResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient