Amazon.SQS.AmazonSQSClient.SetQueueAttributesAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the SetQueueAttributes operation.
public SetQueueAttributesAsync ( SetQueueAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SQS.Model.SetQueueAttributesRequest Container for the necessary parameters to execute the SetQueueAttributes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<SetQueueAttributesResponse> SetQueueAttributesAsync(SetQueueAttributesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new SetQueueAttributesRequestMarshaller();
            var unmarshaller = SetQueueAttributesResponseUnmarshaller.Instance;

            return InvokeAsync<SetQueueAttributesRequest,SetQueueAttributesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSQSClient::SetQueueAttributesAsync ( string queueUrl, string>.Dictionary attributes, System cancellationToken = default(CancellationToken) ) : Task
AmazonSQSClient::SetQueueAttributesAsync ( SetQueueAttributesRequest request, SetQueueAttributesResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSQSClient::SetQueueAttributesAsync ( string queueUrl, string>.Dictionary attributes, SetQueueAttributesResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSQSClient