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

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

public GetSendQuotaAsync ( GetSendQuotaResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
callback GetSendQuotaResponse>.AmazonServiceCallback
options AsyncOptions /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. ///
Результат void
        public void GetSendQuotaAsync(AmazonServiceCallback<GetSendQuotaRequest, GetSendQuotaResponse> callback, AsyncOptions options = null)
        {
            GetSendQuotaAsync(new GetSendQuotaRequest(), callback, options);
        }

Same methods

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