Amazon.IoT.AmazonIoTClient.EndDescribeThingType C# (CSharp) 메소드

EndDescribeThingType() 공개 메소드

Finishes the asynchronous execution of the DescribeThingType operation.
public EndDescribeThingType ( IAsyncResult asyncResult ) : DescribeThingTypeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeThingType.
리턴 DescribeThingTypeResponse
        public  DescribeThingTypeResponse EndDescribeThingType(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeThingTypeResponse>(asyncResult);
        }
AmazonIoTClient