Amazon.IoT.AmazonIoTClient.EndDescribeThing C# (CSharp) Method

EndDescribeThing() public method

Finishes the asynchronous execution of the DescribeThing operation.
public EndDescribeThing ( IAsyncResult asyncResult ) : DescribeThingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeThing.
return DescribeThingResponse
        public  DescribeThingResponse EndDescribeThing(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeThingResponse>(asyncResult);
        }
AmazonIoTClient