Amazon.SQS.AmazonSQSClient.EndGetQueueAttributes C# (CSharp) Méthode

EndGetQueueAttributes() public méthode

Finishes the asynchronous execution of the GetQueueAttributes operation.
public EndGetQueueAttributes ( IAsyncResult asyncResult ) : GetQueueAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetQueueAttributes.
Résultat Amazon.SQS.Model.GetQueueAttributesResponse
        public  GetQueueAttributesResponse EndGetQueueAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<GetQueueAttributesResponse>(asyncResult);
        }
AmazonSQSClient