Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndListUsers C# (CSharp) Метод

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

Finishes the asynchronous execution of the ListUsers operation.
public EndListUsers ( IAsyncResult asyncResult ) : ListUsersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListUsers.
Результат Amazon.IdentityManagement.Model.ListUsersResponse
        public  ListUsersResponse EndListUsers(IAsyncResult asyncResult)
        {
            return EndInvoke<ListUsersResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient