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