Amazon.SQS.AmazonSQSClient.EndSetQueueAttributes C# (CSharp) Method

EndSetQueueAttributes() public method

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.
return Amazon.SQS.Model.SetQueueAttributesResponse
        public  SetQueueAttributesResponse EndSetQueueAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<SetQueueAttributesResponse>(asyncResult);
        }
AmazonSQSClient