Amazon.DeviceFarm.AmazonDeviceFarmClient.GetAccountSettingsAsync C# (CSharp) Method

GetAccountSettingsAsync() public method

Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetAccountSettingsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<GetAccountSettingsResponse> GetAccountSettingsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return GetAccountSettingsAsync(new GetAccountSettingsRequest(), cancellationToken);
        }

Same methods

AmazonDeviceFarmClient::GetAccountSettingsAsync ( GetAccountSettingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonDeviceFarmClient