Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndListIdentities C# (CSharp) Метод

EndListIdentities() публичный Метод

Finishes the asynchronous execution of the ListIdentities operation.
public EndListIdentities ( IAsyncResult asyncResult ) : ListIdentitiesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListIdentities.
Результат ListIdentitiesResponse
        public  ListIdentitiesResponse EndListIdentities(IAsyncResult asyncResult)
        {
            return EndInvoke<ListIdentitiesResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient