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

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

Finishes the asynchronous execution of the SetQueueAttributes operation.
public EndSetQueueAttributes ( IAsyncResult asyncResult ) : Amazon.SQS.Model.SetQueueAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetQueueAttributes.
Результат Amazon.SQS.Model.SetQueueAttributesResponse
        public  SetQueueAttributesResponse EndSetQueueAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<SetQueueAttributesResponse>(asyncResult);
        }
AmazonSQSClient