Amazon.AWSSupport.AmazonAWSSupportClient.EndDescribeAttachment C# (CSharp) Method

EndDescribeAttachment() public method

Finishes the asynchronous execution of the DescribeAttachment operation.
public EndDescribeAttachment ( IAsyncResult asyncResult ) : DescribeAttachmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAttachment.
return DescribeAttachmentResponse
        public  DescribeAttachmentResponse EndDescribeAttachment(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeAttachmentResponse>(asyncResult);
        }
AmazonAWSSupportClient