We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Support IOrganizationServiceAsync2
var query = new Query<Account>(); List<Account> records = await query.GetAllAsync(iOrganizationServiceAsync2, cancellationToken);