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

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

Returns the user's current sending limits.

This action is throttled at one request per second.

public GetSendQuotaAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetSendQuotaResponse> GetSendQuotaAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return GetSendQuotaAsync(new GetSendQuotaRequest(), cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::GetSendQuotaAsync ( GetSendQuotaRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonSimpleEmailServiceClient::GetSendQuotaAsync ( GetSendQuotaResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient::GetSendQuotaAsync ( GetSendQuotaRequest request, GetSendQuotaResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient